We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi "@ kadira/storybook": "2.35.3"
is using the old webpack 1 config again - see here node_modules\@kadira\storybook\dist\server\config.js:
node_modules\@kadira\storybook\dist\server\config.js
exports.default = function (configType, baseConfig, configDir) { var config = baseConfig; var babelConfig = (0, _babel_config2.default)(configDir); config.module.loaders[0].query = babelConfig;
As you can see it uses module.loaders rather than module.rules.
module.loaders
module.rules
I can't tell exactly at which version of storybook that bug was introduced but it is now breaking all my builds.
The text was updated successfully, but these errors were encountered:
@BerndWessels @kadira/storybook is version 2.5.3. you want @storybook/react which is 3.x and uses webpack2
@kadira/storybook
@storybook/react
Sorry, something went wrong.
Thank you.
No branches or pull requests
Hi
"@ kadira/storybook": "2.35.3"
is using the old webpack 1 config again - see here
node_modules\@kadira\storybook\dist\server\config.js
:As you can see it uses
module.loaders
rather thanmodule.rules
.I can't tell exactly at which version of storybook that bug was introduced but it is now breaking all my builds.
The text was updated successfully, but these errors were encountered: