diff options
author | crupest <crupest@outlook.com> | 2020-06-03 18:58:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-03 18:58:03 +0800 |
commit | 227e0855fc99f0d2f27891dca24fcec7eb4378f6 (patch) | |
tree | 399c79dfcdbcb7c30758dac7ec0e68e14d3c8dcc /Timeline/ClientApp | |
parent | 80283a24c7401266e739d30b82b457fcd7c45ff0 (diff) | |
download | timeline-227e0855fc99f0d2f27891dca24fcec7eb4378f6.tar.gz timeline-227e0855fc99f0d2f27891dca24fcec7eb4378f6.tar.bz2 timeline-227e0855fc99f0d2f27891dca24fcec7eb4378f6.zip |
Fix #87 .
Diffstat (limited to 'Timeline/ClientApp')
-rw-r--r-- | Timeline/ClientApp/package.json | 1 | ||||
-rw-r--r-- | Timeline/ClientApp/yarn.lock | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index a84267e8..d7e0b2eb 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -29,6 +29,7 @@ "scripts": { "start": "webpack-dev-server --config ./webpack.config.dev.js", "build": "webpack --config ./webpack.config.prod.js", + "install-and-start": "yarn && webpack-dev-server --config ./webpack.config.dev.js", "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx" }, "browserslist": { diff --git a/Timeline/ClientApp/yarn.lock b/Timeline/ClientApp/yarn.lock index 47c3df7e..fa6cd303 100644 --- a/Timeline/ClientApp/yarn.lock +++ b/Timeline/ClientApp/yarn.lock @@ -1569,6 +1569,13 @@ __metadata: languageName: node linkType: hard +"@types/webpack-env@npm:^1.15.2": + version: 1.15.2 + resolution: "@types/webpack-env@npm:1.15.2" + checksum: 3/571fa57efdf276b4feaf6d1fafd6b4d25a5e6f146eb517ad6c9f64ccca0146a8ed759f05428fe224ace5040983334d87259da4758fa1c18f44063243eaa9da85 + languageName: node + linkType: hard + "@types/webpack-sources@npm:*": version: 0.1.6 resolution: "@types/webpack-sources@npm:0.1.6" @@ -9623,6 +9630,7 @@ fsevents@~2.1.2: "@types/react-router": ^5.1.7 "@types/react-router-dom": ^5.1.5 "@types/reactstrap": ^8.4.2 + "@types/webpack-env": ^1.15.2 "@types/xregexp": ^4.3.0 "@typescript-eslint/eslint-plugin": ^3.0.2 "@typescript-eslint/parser": ^3.0.2 |