Skip to content

Commit

Permalink
feat(node): exclude node_modules from ts-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and vsavkin committed Feb 10, 2020
1 parent 5a994fd commit 3dd8469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/node/src/utils/config.ts
Expand Up @@ -37,6 +37,7 @@ export function getBaseWebpackPartial(
{
test: /\.(j|t)sx?$/,
loader: `ts-loader`,
exclude: /node_modules/,
options: {
configFile: options.tsConfig,
transpileOnly: true,
Expand Down

0 comments on commit 3dd8469

Please sign in to comment.