Skip to content

Commit

Permalink
wallet-ext: exclude node_modules from ts-loader
Browse files Browse the repository at this point in the history
* improves build times
  • Loading branch information
pchrysochoidis committed Jun 23, 2022
1 parent 4d13622 commit c240618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallet/configs/webpack/webpack.config.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const commonConfig: () => Promise<Configuration> = async () => {
options: {
configFile: TS_CONFIG_FILE,
},
exclude: /node_modules/,
},
{
test: /\.(s)?css$/i,
Expand Down

0 comments on commit c240618

Please sign in to comment.