Sets build back to development mode!

This commit is contained in:
mateuswetah 2020-10-09 09:38:50 -03:00
parent c9f349f5b3
commit 8e1053bf14
1 changed files with 1 additions and 1 deletions

View File

@ -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');