Skip to content

Commit 997e3c0

Browse files
committed
update webpack hack
1 parent 1ac81cc commit 997e3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hackWebpack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ modifyLineFromFile({
3232
lineToModify: {
3333
index: 406,
3434
value: 'include: paths.appSrc,',
35-
newValue: "include: [paths.appSrc, paths.appNodeModules + '/ambire-common'],"
35+
newValue: "include: [paths.appSrc, /\.(ts|tsx)$/],"
3636
},
3737
});
3838

0 commit comments

Comments
 (0)