Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
fix: issue with storybook config and babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tux4 committed Jun 4, 2020
1 parent f5476a1 commit 8a9c521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion parijat-frontend/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
],
"@babel/preset-react",
"@babel/
],
"plugins": [
"@babel/plugin-proposal-export-namespace-from",
Expand Down
5 changes: 3 additions & 2 deletions parijat-frontend/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ module.exports = {
loader: 'css-loader',
options: {
importLoaders: 1,
modules: true,
localIdentName: '[name]__[local]___[hash:base64:5]',
modules: {
localIdentName: '[name]__[local]___[hash:base64:5]',
}
},
}
],
Expand Down

0 comments on commit 8a9c521

Please sign in to comment.