Fail to compile on react
Closed this issue · 1 comments
dadaismus commented
Describe the bug
When I want to run the project in production it fails to compile the React Build.
Creating an optimized production build...
Failed to compile.Failed to minify the code from this file:
./node_modules/asynkstorage/index.js:1
To reproduce
- Import the library
- Run 'npm install'
- Run 'npm build'
- Run, really run.
OS: Centos 7
Node version: v10.7.0
fdorantesm commented
Babel support using env presets were added, try again updating to 1.0.5
please.