Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
11
config/webpack/tests.js
Normal file
11
config/webpack/tests.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Note: You must restart bin/webpack-dev-server for changes to take effect
|
||||
|
||||
const merge = require('webpack-merge');
|
||||
const sharedConfig = require('./shared.js');
|
||||
|
||||
module.exports = merge(sharedConfig, {
|
||||
mode: 'development',
|
||||
optimization: {
|
||||
minimize: false,
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user