Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 16, 2019
1 parent 5ed463f commit 3aa6cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/polymer-cli/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = async ({ config }) => {
include: [path.resolve(__dirname, '../src')],
enforce: 'pre',
});
config.module.plugins.push(new webpack.IgnorePlugin(/vertx/));
config.plugins.push(new webpack.IgnorePlugin(/vertx/));
return config;
};

0 comments on commit 3aa6cfc

Please sign in to comment.