diff --git a/webpack.config.js b/webpack.config.js
index 454da02049360c1fc11b4c7bcbe820b6537faf2e..b274373eef32c51ae8fd6930e2d4a6bf5ee6a358 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
         }
       },
       {