Sets build back to development mode!
This commit is contained in:
parent
c9f349f5b3
commit
8e1053bf14
|
@ -110,7 +110,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