-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
[Feat|Bug] How to with DLL's? #125
Comments
What's wrong exactly with DLLs? On Oct 26, 2016 2:03 AM, "Carlos Esteban Lopez Jaramillo" <
|
The dlls are not included in the files that should be cached by the plugin, most likely is because the way it is configured, care to take a look at the config? here i see where the config references the dlls and uses the copy plugin to paste in the output folder: https://github.com/Luchillo/angular2-webpack-starter/blob/master/webpack.config.ts#L207-L226 |
Hmm.. it supposed to work with everything what is generated, e.g. it works fine with html-webpack-plugin for sure. Though, dll-plugin may do some different kind of generation, I'll check that. But in general, I don't think that it's a good idea to use |
Oh is that so? why not using dll's in production? what's the difference with a pollyfil file with the same libs imported on it? |
@Luchillo I'm not sure if there is a problem, I just never saw it being using in production. I'll do some research on that and if makes sense to use DLL plugin in production I'll try to fix the issue. |
I've looking a bit more in the build process, and indeed it generates dlls only for dev, in prod it generates normal libs, so the issue may not be valid, i'm still curious about why dlls can't become libs like vendor or pollyfil files, or rather what's the difference in generated code with dlls and normal files.. |
@Luchillo I'll look into a problem with DLLs, not sure when though. But it's weird that this problem is even exists. |
No description provided.
The text was updated successfully, but these errors were encountered: