-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Create a static storybook builder #88
Conversation
NOT READY |
@arunoda I think this one's ready |
import webpack from 'webpack'; | ||
|
||
const config = { | ||
devtool: 'cheap-module-source-map', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs #
. See: #85
115a566
to
ac7d9af
Compare
publicPath: '/static/', | ||
}, | ||
plugins: [ | ||
new webpack.optimize.OccurenceOrderPlugin(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a minify plugin.
9f84b9d
to
4b440d2
Compare
@mnmtanish Everything works pretty well. But it gives this error. |
…20.1 @kadira/storybook@2.20.1 untested⚠️
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 99c474b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
No description provided.