notablemind / downloadbutton

A small component for downloading javascript generated files
http://notablemind.github.io/downloadbutton/
33 stars 7 forks source link

Error occurs when "npm run build" #6

Open liuyingyyll opened 7 years ago

liuyingyyll commented 7 years ago

Module parse failed: .../webapp/node_modules/downloadbutton/index.js Unexpected token (61:13) You may need an appropriate loader to handle this file type. SyntaxError: Unexpected token (61:13) It seems that the flag "em" can't be recognized.

sunjeen commented 3 years ago

same here, I directly remove this error handler ,the error message still the same @liuyingyyll have you found a solutions now?