Sets build back to development mode.
This commit is contained in:
parent
46634a4cd3
commit
f1900ad6f3
|
@ -76,7 +76,7 @@ module.exports = {
|
|||
};
|
||||
|
||||
// Change to true for production mode
|
||||
const production = true;
|
||||
const production = false;
|
||||
|
||||
if (production === true) {
|
||||
const TerserPlugin = require('terser-webpack-plugin');
|
||||
|
|
Loading…
Reference in New Issue