updated npm and cleanup gulp tasks

This commit is contained in:
djmaze 2021-01-18 23:01:21 +01:00
parent a80b17e011
commit 141e68f686
8 changed files with 636 additions and 752 deletions

View file

@ -45,7 +45,7 @@ const babelLoaderOptions = function() {
};
process.noDeprecation = true;
module.exports = function(publicPath, pro, mode) {
module.exports = function(publicPath, mode) {
return {
// mode: 'production',
mode: mode || 'development',