Closed AurelioDeRosa closed 8 years ago
The transform-es2015-modules-umd plugin causes the test task to fail.
test
A solution is to move the plugins configuration inside the gulpfile.js file, so that they only affect the build task.
gulpfile.js
build
The transform-es2015-modules-umd plugin causes the
test
task to fail.A solution is to move the plugins configuration inside the
gulpfile.js
file, so that they only affect thebuild
task.