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
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
I've submitted a simple pull request that helps FLIP be used in module loaders, but Webpack presents this error due to the file being minified.
It looks like if you custom build it with isProd set to false, it won't be minified, but that's not a great option for those who'd like to drop it into a project and use it right away.
A flip.js and flip.min.js in the /dist/ dir would be fantastic!
I've submitted a simple pull request that helps FLIP be used in module loaders, but Webpack presents this error due to the file being minified.
It looks like if you custom build it with
isProdset to false, it won't be minified, but that's not a great option for those who'd like to drop it into a project and use it right away.A
flip.jsandflip.min.jsin the/dist/dir would be fantastic!