bcherny / undux

⚡️ Dead simple state for React. Now with Hooks support.
https://undux.org
MIT License
1.49k stars 31 forks source link

Failed to minify undux when running npm run build #112

Closed davelaker closed 4 years ago

davelaker commented 4 years ago

I am running the following and now get an error:

npm run build

lccc-crm@0.2.0 build /Users/davidl/Sites/lccc react-scripts build

Creating an optimized production build... Failed to compile.

Failed to minify the code from this file:

./node_modules/undux/dist.esm/index.js:7 

Is this a known issue? Or is this something i need to change on my side?

davelaker commented 4 years ago

unsure what the problem was... but I removed my node_modules folder and emptied dependencies in package.json and re-installed all my packages and it now everything works... sorry for the wasted ticket :)