-
Notifications
You must be signed in to change notification settings - Fork 18
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
Include modernizr in webpack output file. #10
Comments
@GreenGremlin unfortunately I haven't had any success trying to add the modernizr output as a chunk to the webpack build process. Having said that @peerigon has a pretty nice solution that should cover your needs 😄 https://www.npmjs.com/package/modernizr-loader |
Modernizr-loader worked great, thanks! |
For my current project, the loader is not a practical option. What I did was create a minified bundle from the Modernizr website and imported it into my entrypoint. Alternatively, you can use the Modernizr npm package and import it to let webpack bundle it with the output. |
Is it possible to |
Is it possible to include the output of ModernizrWebpackPlugin in the main output file rather than creating a separate modernizr.bundle.js file?
The text was updated successfully, but these errors were encountered: