kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Fix: bootstrap import #140

Closed r4inee closed 5 years ago

r4inee commented 5 years ago

Extend from #127.

Re-enabled import "bootstrap".

Note: make sure to change .npmrc back to version 1.2.8.

r4inee commented 5 years ago

Probably should use import * as $ from "bootstrap" or something similar. But this is being changed by #137.

Changes in #137 should be done here instead. This wouldn't work (import * as $ from "bootstrap). Ideally, we should use the consistent syntax of (require(module)) as this is the convention for ts1 (the suggested syntax is for ts3).