Skip to content

Commit 1815a78

Browse files
committed
Fix export jQuery error
angular/angular-cli#7583
1 parent ca4b7c9 commit 1815a78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.angular-cli.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"styles.scss"
2525
],
2626
"scripts": [
27-
"../node_modules/jquery/dist/jquery.min.js",
28-
"../node_modules/popper.js/dist/popper.min.js",
29-
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
27+
"../node_modules/jquery/dist/jquery.slim.js",
28+
"../node_modules/popper.js/dist/umd/popper.js",
29+
"../node_modules/bootstrap/dist/js/bootstrap.js"
3030
],
3131
"environmentSource": "environments/environment.ts",
3232
"environments": {

0 commit comments

Comments
 (0)