You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm nube on react and js modules. I try to use it package. In developer env all is ok.
import Runes from 'runes';
Runes.substr(this.props.text, 0, 1)
but if I try to build I got some error:
/var/www/react-js # npm run build
> [email protected] build /var/www/react-js
> node scripts/build.js
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/runes/index.js:45
Read more here: http://bit.ly/2tRViJ9
The text was updated successfully, but these errors were encountered:
I'm nube on react and js modules. I try to use it package. In developer env all is ok.
but if I try to build I got some error:
The text was updated successfully, but these errors were encountered: