Skip to content

Commit

Permalink
fix webpack target error
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed May 23, 2022
1 parent 911bbe1 commit 2a592ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export function addWebpackConfig(karmaConfig, pkg, options) {
);
}),
node: webpackProp('node', {}),
target: 'web',
performance: {
hints: false,
},
Expand Down

0 comments on commit 2a592ba

Please sign in to comment.