We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e89738 commit 769439cCopy full SHA for 769439c
tasks/javascript.js
@@ -221,7 +221,6 @@ function setUpTaskJavascript(context) {
221
function getTransforms(isMinify) {
222
return [
223
babelify.configure({ ignore: /(?!)/ }), // convert any es6 to es5 (degenerate regex)
224
- require('browserify-debug-tools').dumpToFile(),
225
stringify({ minify: false }), // allow import of html to a string
226
ngInject(), // annotate dependencies for angularjs
227
isMinify && esmangleify() // minify
0 commit comments