Tweak tree-shaking anchor

This commit is contained in:
Starbeamrainbowlabs 2019-04-14 22:09:33 +01:00
parent 98361ec2a9
commit 5458d581e5
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 6 additions and 5 deletions

View File

@ -12,9 +12,10 @@ import 'iso8601-js-period';
window.addEventListener("load", function(_event) {
window.map_manager = new MapManager();
window.map_manager.setup();
console.log("iso8601-js-period namespace: ", window.nezasa);
// Ensure terser doesn't tree-shake iso8601-js-period
console.debug(`iso8601-js-period ${nezasa.iso8601.Period?"is":"is not"} loaded.`);
});
// This needs to be here rather than in onload, because we need to ensure it's loaded now
console.log("iso8601-js-period namespace: ", window.nezasa);
// Ensure terser doesn't tree-shake iso8601-js-period
console.debug(`iso8601-js-period ${nezasa.iso8601.Period?"is":"is not"} loaded.`);