fix: webpack flags

zio/stable
Michael Staub 2023-02-23 16:35:11 -08:00
parent 693cbb9f18
commit 58b187ce7c
1 changed files with 1 additions and 1 deletions

View File

@ -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",