Open trietphamnm opened 8 years ago
Thanks for letting me know, especially because I have very little experience with Webpack. Do I:
There are 2 options:
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.
+1
thanks @trietphamnm
quick fix.
module: {
noParse: [/node_modules\/flexibility\/flexibility.js/],
loaders: [
{...}
]
},
Webpack shows pre-built warning of v2.0.1 (npm). Could you please remove it?