-
Notifications
You must be signed in to change notification settings - Fork 433
Vedor file? #294
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
Comments
Vendor file coming! |
any news? |
From what I can tell adding a vendor fil using webpack.DllReferencePlugin causes code splitting to stop working. I've created my vendor file and it compiles fine but then when I go to use it like so:
In the webpack.config under the clientConfig Section what happens is that the splits don't get built. It gets built into one file and the splits are dropped (not in the single file either) Oddly it does work properly with the server version. |
Hello people, I'm not really good with webpack, but in previous version this template had vendor file where you add all your npm libraries to it. Its gone now. Where and how to add them?
I am trying to add this editor https://www.froala.com/wysiwyg-editor/docs/framework-plugins/angular2#installation-instructions
P.S. I have tried to install JQuery, but i get this
"jQuery requires a window with a document"
The text was updated successfully, but these errors were encountered: