Open rafkhan opened 8 years ago
Hey @rafkhan, Thank you for send me an issue~ Do you have any .babelrc? ;)
@BosNaufal I think there is an issue with the project's package.json
since a babel's transpilation should almost never happen in node_modules :)
"main": "./src/js/components/index.js",
should be
"main": "./build/build.js",
I wish I could give more information than this, but whenever I add
my code breaks with that error. I'm using webpack w/ babel if that changes anything