diff options
author | Michael Staub <michael.staub@brightmachines.com> | 2023-02-23 16:35:11 -0800 |
---|---|---|
committer | Michael Staub <michael.staub@brightmachines.com> | 2023-02-23 16:35:11 -0800 |
commit | 58b187ce7c318fa21c93b4f6e6b7052353ec2f0f (patch) | |
tree | 13e042d3d20e3eaf7af838c7a0faaae5685ddb19 /package.json | |
parent | 693cbb9f18eeec48ea6ed3eb03ff3a96ca6ec7dc (diff) | |
download | voidsky-58b187ce7c318fa21c93b4f6e6b7052353ec2f0f.tar.zst |
fix: webpack flags
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e61a38811..35d61b994 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 --history-api-fallback", + "web": "webpack-dev-server --config ./web/webpack.config.js -d inline-source-map --hot --color", "start": "react-native start", "clean-cache": "rm -rf node_modules/.cache/babel-loader/*", "test": "jest --forceExit --testTimeout=20000 --bail", |