-
-
Notifications
You must be signed in to change notification settings - Fork 10k
Failed to use DllReferencePlugin #678
Copy link
Copy link
Closed
Labels
bugcompatibility with other toolsconfiguration babel / webpackneeds more infoIndicates that more information is needed from people experiencing this issue to diagnose itIndicates that more information is needed from people experiencing this issue to diagnose it
Metadata
Metadata
Assignees
Labels
bugcompatibility with other toolsconfiguration babel / webpackneeds more infoIndicates that more information is needed from people experiencing this issue to diagnose itIndicates that more information is needed from people experiencing this issue to diagnose it
Hello,
I would like to use the webpack Dll feature, which divides by 10 the duration of the compilatio of the storybook but with no success.
I tried to setup an heal.html, but the content of that file is inserted into the iframe and not the main body, so it doesn't help.
My
webpack.configconfig file:The main script inside the html file is :
<script src="static/manager.bundle.js"></script>And it crashes because the DLL of my app is not included before that script.
Someone succeed to use storybook and Dll ?