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
If you don't want to support webpack build, you can note the work-around settings for webpack user in wiki page as setting path of flexibility to module.noParse in webpack config file. Webpack won't parse your Browserify pre-built lib and use it as is.
You can set npm build for webpack as below: webpack ./lib/index.js ./dist/flexibility.js -p --output-library-target umd
I came up with option 1 in my project and the warning disappeared. However, it would be great if it could support webpack build seamlessly.
Thank you for your awesome lib! It truly saved my works in IE 9.
Webpack shows pre-built warning of v2.0.1 (npm). Could you please remove it?
The text was updated successfully, but these errors were encountered: