Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Dec 4, 2024
1 parent bda824e commit ddc8d81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/webpack-config/src/config/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ const devServerConfig = (options) => {
...rest,
},

plugins: [
new webpack.NoEmitOnErrorsPlugin(),
],
plugins: [new webpack.NoEmitOnErrorsPlugin()],
});
};

Expand Down

0 comments on commit ddc8d81

Please sign in to comment.