Auto-include webpack vendors bundles #19045
Unanswered
iKingNinja
asked this question in
Q&A
Replies: 1 comment
-
@iKingNinja You can get them using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At this point I don't know where else to ask about this, but I've been stuck on this for months now which is driving me away from using webpack.
I'm using webpack's CodeSplittingPlugin which produces vendors bundles, is there a way to prevent the need to manually add and update vendor bundles script tags in HTML? Something like a bundle that has a static name and that I can add to all of my HTML documents which will auto load the vendor bundle for scripts that require it?
I don't want to use the HTMLWebpackPlugin because I'm using Razor views and not plain HTML.
Beta Was this translation helpful? Give feedback.
All reactions