react-ripple
react-ripple copied to clipboard
Uncaught SyntaxError: Unexpected token import
I wish I could give more information than this, but whenever I add
import { Ripple } from 'react-ripple-effect';
my code breaks with that error. I'm using webpack w/ babel if that changes anything
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",