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

Commit

Permalink
fix: bundling of ts apps using linked plugins (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tachev authored and sis0k0 committed May 18, 2018
1 parent 19bbc7e commit c7117d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/webpack.typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ module.exports = env => {
extensions: [".ts", ".js", ".scss", ".css"],
// Resolve {N} system modules from tns-core-modules
modules: [
resolve(__dirname, "node_modules/tns-core-modules"),
resolve(__dirname, "node_modules"),
"node_modules/tns-core-modules",
"node_modules",
],
Expand Down

0 comments on commit c7117d7

Please sign in to comment.