Closed rokoroku closed 6 years ago
There is a babel / webpack plugin which changes this for you. I think it is either "add-module-exports" or "transform-es2015-modules-commonjs".
Hopefully, @bf's solution fixes this
Seriously? then you'd better change below description in the README.md.
above code causes
Uncaught TypeError: ReactPixel.init is not a function
Rather, we have to use
default
export now.