Skip to content

Commit

Permalink
Enable Storybook in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Apr 19, 2020
1 parent ca3746f commit bbdbe41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fuselage/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = async ({ config, mode }) => {
const jsRule = config.module.rules.find(({ test }) => test.test('index.js'));
jsRule.include = [
...jsRule.include,
/node_modules\/loki/,
/node_modules\/@loki/,
/node_modules\/acorn-jsx/,
];
delete jsRule.exclude;

Expand Down

0 comments on commit bbdbe41

Please sign in to comment.