This commit is contained in:
schmelczerandras 2020-08-11 22:17:48 +02:00
parent fb044bc122
commit ba050930ba
7 changed files with 169 additions and 16 deletions

View file

@ -9,6 +9,7 @@ const Sharp = require('responsive-loader/sharp');
const Sass = require('sass');
const isProduction = process.env.NODE_ENV === 'production';
const isDevelopment = !isProduction;
module.exports = {
watchOptions: {