move browserify, babelify config back into function with global flag
... | @@ -60,19 +60,5 @@ | ... | @@ -60,19 +60,5 @@ |
"vinyl-buffer": "^1.0.0", | "vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0", | "vinyl-source-stream": "^1.1.0", | ||
"watchify": "^3.7.0" | "watchify": "^3.7.0" | ||
}, | |||
"browserify": { | |||
"debug": true, | |||
"transform": [ | |||
[ | |||
"babelify", | |||
{ | |||
"presets": [ | |||
"es2015" | |||
], | |||
"ignore": ["ol-build.js", "jquery.min"] | |||
} | |||
] | |||
] | |||
} | } | ||
} | } |
Please register or sign in to comment