saving progress with react router
go/go_ahead/src/index.js
0 → 100644
... | ... | @@ -8,7 +8,7 @@ |
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"dev": "webpack --mode development ./go/go_ahead/src/index.jsx --output ./go/static/main.js --watch", | ||
"dev": "webpack --mode development ./go/go_ahead/src/index.js --output ./go/static/main.js --watch", | ||
"build": "webpack --mode production ./project/frontend/src/index.js --output ./go/static/main.js" | ||
}, | ||
"babel": { | ||
... | ... | @@ -34,6 +34,7 @@ |
"babel-preset-stage-2": "^6.24.1", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react-router-dom": "^4.3.1", | ||
"webpack": "^4.16.4", | ||
"webpack-cli": "^3.1.0" | ||
} | ||
... | ... |
Please register or sign in to comment