Skip to content

Commit

Permalink
exclude cdk from webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbjacobson committed Mar 4, 2024
1 parent 33f7204 commit 433af5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = (env) => ({
{
test: /\.tsx?$/,
use: 'ts-loader',
exclude: /node_modules/
exclude: [/node_modules/, /cdk/]
}
]
},
Expand Down

0 comments on commit 433af5e

Please sign in to comment.