Skip to content
Snippets Groups Projects
Commit 1b9b5874 authored by Marshall Quander's avatar Marshall Quander
Browse files

Make web workers go into engine bundle

parent 358a627f
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ module.exports = (env, argv) => ({
splitChunks: {
cacheGroups: {
engine: {
test: /[\\/]node_modules[\\/](aframe|cannon|three\.js)/,
test: /([\\/]src[\\/]workers|[\\/]node_modules[\\/](aframe|cannon|three\.js))/,
priority: 100,
name: "engine",
chunks: "all"
......
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