node_modules regex does not seem to work on windows

pull/83/head
Alexander Bentkamp 2 years ago
parent aece2b5645
commit 9354724327

@ -36,7 +36,7 @@ module.exports = env => {
loader: 'ts-loader', loader: 'ts-loader',
options: { allowTsInNodeModules: true } options: { allowTsInNodeModules: true }
}], }],
exclude: /node_modules(?!\/(lean4web|lean4|lean4-infoview))/, // exclude: /node_modules(?!\/(lean4web|lean4|lean4-infoview))/,
// Allow .ts imports from node_modules/lean4web and node_modules/lean4 // Allow .ts imports from node_modules/lean4web and node_modules/lean4
}, },
{ {

Loading…
Cancel
Save