From 2134609d1803177fdfc452e950474a8faaf0b3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= <pateketrueke@gmail.com> Date: Wed, 23 Oct 2019 00:35:25 -0500 Subject: [PATCH] Load bundle --- bin/gen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gen.js b/bin/gen.js index e1e44f78..728a5e30 100755 --- a/bin/gen.js +++ b/bin/gen.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const jsf = require('../dist/bundle.umd.min.js'); +const jsf = require('../dist/bundle.js'); // FIXME: load faker/change on startup? -- GitLab