Add worker bundling configuration
This commit is contained in:
6
worker-pack/webpack.prod.js
Normal file
6
worker-pack/webpack.prod.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { merge } = require("webpack-merge");
|
||||
const common = require("./webpack.common.js");
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: "production",
|
||||
});
|
||||
Reference in New Issue
Block a user