There was an error while loading. Please reload this page.
1 parent 768dfdf commit ce216bbCopy full SHA for ce216bb
1 file changed
packages/cli/templates/webcomponents/igc-ts/projects/empty/files/webpack.config.mjs
@@ -29,6 +29,7 @@ export default ({
29
},
30
{
31
test: /\.(ts|js)$/,
32
+ exclude: /node_modules/,
33
loader: 'babel-loader',
34
options: {
35
"compact": true,
@@ -53,12 +54,6 @@ export default ({
53
54
"@babel/plugin-transform-runtime"
55
]
56
- exclude:
57
- function(modulePath) {
58
- return /node_modules/.test(modulePath) &&
59
- !/igniteui-webcomponents/.test(modulePath) &&
60
- !/lit-html/.test(modulePath);
61
- }
62
}],
63
64
0 commit comments