We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac81cc commit 997e3c0Copy full SHA for 997e3c0
scripts/hackWebpack.js
@@ -32,7 +32,7 @@ modifyLineFromFile({
32
lineToModify: {
33
index: 406,
34
value: 'include: paths.appSrc,',
35
- newValue: "include: [paths.appSrc, paths.appNodeModules + '/ambire-common'],"
+ newValue: "include: [paths.appSrc, /\.(ts|tsx)$/],"
36
},
37
});
38
0 commit comments