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

Commit c7117d7

Browse files
Dimitar Tachevsis0k0
Dimitar Tachev
authored andcommitted
fix: bundling of ts apps using linked plugins (#530)
1 parent 19bbc7e commit c7117d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: templates/webpack.typescript.js

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ module.exports = env => {
7373
extensions: [".ts", ".js", ".scss", ".css"],
7474
// Resolve {N} system modules from tns-core-modules
7575
modules: [
76+
resolve(__dirname, "node_modules/tns-core-modules"),
77+
resolve(__dirname, "node_modules"),
7678
"node_modules/tns-core-modules",
7779
"node_modules",
7880
],

0 commit comments

Comments
 (0)