Ivan Ković
Ivan Ković
Hi, I have the same problem. Here are the possibly relevant npm packages I am using: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]...
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...