Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Switching to import map for zone.js url
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jun 14, 2019
1 parent 047fbfd commit 2cd2750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
},
externals: {
"single-spa": "single-spa",
"zone.js": "https://unpkg.com/[email protected]/dist/zone.js"
"zone.js": "zone.js"
},
plugins: []
};

0 comments on commit 2cd2750

Please sign in to comment.