Skip to content

Commit

Permalink
use the allowTsInNodeModules option for ts-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
haijian-vaadin committed Jan 5, 2021
1 parent b60bb0c commit 6a61d36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flow-server/src/main/resources/webpack.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ module.exports = {
{
test: /\.ts$/,
use: [
'ts-loader'
{
loader: 'ts-loader',
options: { allowTsInNodeModules: true }
}
]
},
{
Expand Down

0 comments on commit 6a61d36

Please sign in to comment.