diff options
author | Michael Staub <michael.staub@brightmachines.com> | 2023-02-23 13:52:12 -0800 |
---|---|---|
committer | Michael Staub <michael.staub@brightmachines.com> | 2023-02-23 13:52:12 -0800 |
commit | f709c50809b17ce2ae6f789b728235495086e247 (patch) | |
tree | 6c0c0903217f1a708ea09118f7b30a4475d1aef0 /package.json | |
parent | a014b4e6cbe9c397233c2ffe16c4417c68d1f15f (diff) | |
download | voidsky-f709c50809b17ce2ae6f789b728235495086e247.tar.zst |
fix: browser history
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 6aa3add95..e61a38811 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "android": "react-native run-android", "ios": "react-native run-ios --simulator=\"iPhone 14\"", - "web": "webpack-dev-server --config ./web/webpack.config.js -d inline-source-map --hot --color", + "web": "webpack-dev-server --config ./web/webpack.config.js -d inline-source-map --hot --color --history-api-fallback", "start": "react-native start", "clean-cache": "rm -rf node_modules/.cache/babel-loader/*", "test": "jest --forceExit --testTimeout=20000 --bail", @@ -39,6 +39,7 @@ "base64-js": "^1.5.1", "email-validator": "^2.0.4", "he": "^1.2.0", + "history": "^5.3.0", "lodash.chunk": "^4.2.0", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", |