From 2eb964360b46df8d08002588f09b1f8ecd92bfac Mon Sep 17 00:00:00 2001 From: netpro2k <netpro2k@gmail.com> Date: Thu, 19 Jul 2018 15:18:10 -0700 Subject: [PATCH] Inline the gif worker --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 454da0204..b274373ee 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -136,7 +136,8 @@ const config = { loader: "worker-loader", options: { name: "assets/js/[name]-[hash].js", - publicPath: "/" + publicPath: "/", + inline: true } }, { -- GitLab