Sets build back to development mode.

This commit is contained in:
Mateus Machado Luna 2018-10-25 10:41:58 -03:00
parent 46634a4cd3
commit f1900ad6f3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module.exports = {
}; };
// Change to true for production mode // Change to true for production mode
const production = true; const production = false;
if (production === true) { if (production === true) {
const TerserPlugin = require('terser-webpack-plugin'); const TerserPlugin = require('terser-webpack-plugin');