summaryrefslogtreecommitdiffstats
path: root/webpack.common.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.common.config.js')
-rw-r--r--webpack.common.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/webpack.common.config.js b/webpack.common.config.js
index 72456490e..b5a5cce8f 100644
--- a/webpack.common.config.js
+++ b/webpack.common.config.js
@@ -74,6 +74,10 @@ module.exports = mergeWithRules({
test: /\.worker\.js$/,
use: { loader: 'worker-loader' },
},
+ {
+ resourceQuery: /raw/,
+ type: 'asset/source',
+ }
],
},
})