Can I use conditional comments to import entry script? #155
Comments
You have to create a custom index file: |
Ops, I missed that part. works great for me, thanks a lot. my scripts:
|
Cool |
syntax has changes now, change regular expression according to your chunks |
Thanks for notification. |
@saalmaan How to filter those ie chunks from regular injection? |
@bammoo take a look at the html-webpack-exclude-assets-plugin by @jamesjieye - it allows filtering by regular expressions |
link is broken, even when changing github user. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have multiple entry like:
when I use HtmlWebpackPlugin, It's for certain to import or not import an entry, using chunks.
I hope to generate conditional comments in HTML file, like:
Any idea on how to achieve that?
The text was updated successfully, but these errors were encountered: