We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6354efd + df557fa commit 5180fe1Copy full SHA for 5180fe1
skeleton-esnext-webpack/src/main.js
@@ -1,4 +1,5 @@
1
import {bootstrap} from 'aurelia-bootstrapper-webpack';
2
+import 'bootstrap';
3
4
bootstrap(async (aurelia) => {
5
aurelia.use
skeleton-typescript-webpack/src/main.ts
@@ -1,5 +1,6 @@
import {Aurelia} from 'aurelia-framework';
bootstrap(async (aurelia: Aurelia) => {
6
0 commit comments