Skip to content
Snippets Groups Projects
Commit 2eb96436 authored by netpro2k's avatar netpro2k
Browse files

Inline the gif worker

parent d2ceef5b
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,8 @@ const config = { ...@@ -136,7 +136,8 @@ const config = {
loader: "worker-loader", loader: "worker-loader",
options: { options: {
name: "assets/js/[name]-[hash].js", name: "assets/js/[name]-[hash].js",
publicPath: "/" publicPath: "/",
inline: true
} }
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment