Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
docs(storybook): modify webpack config to fix build-storybook fail
Browse files Browse the repository at this point in the history
  • Loading branch information
marielaures committed Oct 27, 2017
1 parent d8a6cfe commit ab3249b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
module.exports = {
module: {
rules: [
{
test: /\.js$/,
loader: 'babel-loader',
include: /node_modules\/(stringify-object|get-own-enumerable-property-symbols)/,
},
{
test: /\.scss$/,
use: ['style-loader', 'css-loader', 'postcss-loader', 'sass-loader'],
Expand Down

0 comments on commit ab3249b

Please sign in to comment.