Skip to content

Commit

Permalink
Merge pull request #5816 from storybooks/fix/official-example-iframe
Browse files Browse the repository at this point in the history
FIX build-storybook with simplebar esm files
  • Loading branch information
ndelangen authored Mar 2, 2019
2 parents a5352ab + 82dcf05 commit 5d60575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/src/server/preview/iframe-webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default ({
resolve: {
extensions: ['.mjs', '.js', '.jsx', '.json'],
modules: ['node_modules'].concat(raw.NODE_PATH || []),
mainFields: ['browser', 'main', 'module'],
alias: {
'core-js': path.dirname(require.resolve('core-js/package.json')),
...reactPaths,
Expand Down

0 comments on commit 5d60575

Please sign in to comment.