mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 04:08:11 +08:00
additional webpack4 migration steps: add mode to webpack config; add webpack-cli to package.json
This commit is contained in:
@@ -8,6 +8,7 @@ const src = path.resolve("src");
|
||||
const nodeModules = path.resolve("node_modules");
|
||||
|
||||
module.exports = {
|
||||
mode: "development",
|
||||
devtool: "eval",
|
||||
entry: [
|
||||
"webpack-hot-middleware/client?quiet=true&noInfo=true",
|
||||
|
||||
Reference in New Issue
Block a user