Add support for Webpack2
See original GitHub issueI just found this interesting commit on a fork of this repo.
It seems storybook is not compatible with webpack 2 because of OccurenceOrderPlugin
.
Test whether this is true and remove the plugin if necessary.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Configuration - webpack
createapp.dev is an online tool for creating custom webpack configurations. It allows you to select various features that will be combined and added...
Read more >Adds webpack support to lektor. - GitHub
This is a plugin for Lektor that adds support for webpack to projects. When enabled it can build a webpack project from the...
Read more >How To Use Custom webpack Configurations with Angular ...
In order to use a custom webpack config, you will need to add ... moment.js supports many locales by default.
Read more >Webpack | WebStorm Documentation - JetBrains
WebStorm integrates with the webpack module bundler. This support improves coding assistance in JavaScript files by taking into account ...
Read more >Custom Webpack Config - Next.js
Before continuing to add custom webpack configuration to your application make sure Next.js doesn't already support your use-case:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arunoda #397 doesn’t fix this issue as custom plugins I use in my project are not compatible with webpack 1… What would really solve this issue is setting webpack as peerDependency
@arunoda @KentCDodds has a great Webpack course on Egghead covering version 2. https://egghead.io/courses/using-webpack-for-production-javascript-applications