Skip to content

Commit

Permalink
chore: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Jan 27, 2024
1 parent cb72648 commit 4c66053
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/cli/src/lib/webpack/webpack-base-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,13 @@ module.exports = function createBaseConfig(env) {
...(tsconfig
? [
new ForkTsCheckerWebpackPlugin({
typescript: {configFile: tsconfig, diagnosticOptions: {semantic: true, syntactic: true} },
typescript: {
configFile: tsconfig,
diagnosticOptions: {
semantic: true,
syntactic: true
}
},
async: !isProd
}),
]
Expand Down

0 comments on commit 4c66053

Please sign in to comment.