Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 818c621

Browse files
Merge pull request #306 from NativeScript/dtopuzov-fix-webpack-config
chore: update webpack.config.js
2 parents ed19305 + a62c77c commit 818c621

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

webpack.config.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,11 @@ module.exports = env => {
190190
{
191191
test: /\.ts$/,
192192
use: {
193-
loader: "awesome-typescript-loader",
194-
options: { configFileName: "tsconfig.tns.json" },
193+
loader: "ts-loader",
194+
options: {
195+
configFile: "tsconfig.tns.json",
196+
allowTsInNodeModules: true,
197+
},
195198
}
196199
},
197200
]

0 commit comments

Comments
 (0)