Skip to content

Commit 01057d1

Browse files
author
柏正权
committed
Add jquery and popper. Show errors in browser
1 parent 664d227 commit 01057d1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"dependencies": {
2020
"bootstrap-loader": "^2.2.0",
2121
"glob-all": "^3.1.0",
22+
"jquery": "^3.2.1",
2223
"lodash": "^4.17.4",
24+
"popper": "^1.0.0",
2325
"postcss": "^6.0.11",
2426
"react": "^15.6.1",
2527
"react-bootstrap": "^0.31.3",

webpack.dev.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = merge(common, {
1111
port: 9000,
1212
open: true,
1313
hot: true,
14+
overlay: true,
1415
stats: 'errors-only',
1516
historyApiFallback: true
1617
},

0 commit comments

Comments
 (0)