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