-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Failed to use DllReferencePlugin #678
Comments
We are still using Storybook but our 6 months codebase, without any DDL, takes too much time to reload...
A solution would be to be able to edit the index.html with something like that:
|
I hear you!, we will look into improving things for larger codebases. Sounds like your codebase would be an excellent test-subject, would it be possible for me to get access to it? @serut |
Our project will be open source on github in few months ! (~4 months) Moreover I updated webpack from version 1 to 2 and storybook is not working anymore from now. |
That's on my radar! But can't make promises on how fast that compatibility comes. |
@serut If you'd like to alpha-test the version in the mono-repo? It has webpack 2! |
Ok I will try to find out the migration tutorial and will come back to you. It just concern webpack 2 and not Dll usage right ? |
Any updates on this? |
The merged PR should allow you to inject any scripts you want! Both in the preview and manager. |
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.config
config 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 ?
The text was updated successfully, but these errors were encountered: