We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6354efd commit df557faCopy full SHA for df557fa
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