Ivan Ković

Results 3 comments of Ivan Ković

I'm having trouble getting a more verbose error log from Gulp. This is my build task for JS files: ``` gulp.task('js', function () { browserify(paths.JS_MAIN) .transform(babelify, {presets: ["es2015", "react"]}) .bundle()...

Hi, my colleague helped me with getting a more detailed error message from browserify, this is what we came up with: ``` ParseError annotated: "/Users/engine/Projects/browserify-test/node_modules/react-mdl-extra/lib/Menu/Menu.css:1.mdl-portalmenu ParseError: Unexpected token" column: 1...