Skip to content

Commit

Permalink
fix(test): transpile only in webpack test builds
Browse files Browse the repository at this point in the history
This speeds up builds but also avoid some odd mismatches between type check errors in ci but not experienced locally.
  • Loading branch information
tim-hm committed Oct 8, 2024
1 parent 50ec503 commit 11c47ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/resources/webpack.base.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const buildWebpackBaseConfig = (packageBaseDir) => ({
use: {
loader: "ts-loader",
options: {
transpileOnly: true,
compilerOptions: {
noEmit: false,
},
Expand Down

0 comments on commit 11c47ae

Please sign in to comment.