-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing build folder #124
Comments
This was done in a5684b5 - those build files were very VERY out of date, and shouldn't be used. v0.4.3 was the last version that updated these files, in eec8d15. If absolutely necessary, I can revert, and keep them around, but I'd strongly suggest you use the normal module, and not use the pre-built file at all. |
Hi, thanks for answering. Thanks |
You should use If you're using AMD, then you'll need to configure your bundler to produce AMD. |
(Note that you can always switch to v0.4.3 of the package, which will restore the same ancient version you've been using via the built file) |
Hi,
I'm using using polyglot in my project for a year (I installed it with npm)
Today, I've run a npm update, and I can't find the folder node_modules/node-polyglot/build, and it was before (I use require optimizer and I included node_modules/node-polyglot/build/polyglot.min.js)
Should npm download and build that folder automatically?
Do you have any idea of what's going on?
Thanks
The text was updated successfully, but these errors were encountered: