Skip to content

Commit

Permalink
Update bundle:dev target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Apr 17, 2023
1 parent 4e93efe commit 8dcba75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/sites/clinepi-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "veupathdb-react-scripts run-site-dev-server --config webpack.config.local.mjs",
"bundle:dev": "rm -rf dist && webpack",
"bundle:dev": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=development",
"bundle:npm": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=production && BROWSERSLIST_ENV=legacy webpack --mode=production"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/sites/genomics-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"start": "veupathdb-react-scripts run-site-dev-server --config webpack.config.local.mjs",
"bundle:dev": "rm -rf dist && webpack",
"bundle:dev": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=development",
"bundle:npm": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=production && BROWSERSLIST_ENV=legacy webpack --mode=production"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion packages/sites/mbio-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "veupathdb-react-scripts run-site-dev-server --config webpack.config.local.mjs",
"bundle:dev": "rm -rf dist && webpack",
"bundle:dev": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=development",
"bundle:npm": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=production && BROWSERSLIST_ENV=legacy webpack --mode=production"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/sites/ortho-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"start": "veupathdb-react-scripts run-site-dev-server --config webpack.config.local.mjs",
"bundle:dev": "rm -rf dist && webpack",
"bundle:dev": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=development",
"bundle:npm": "rm -rf dist && BROWSERSLIST_ENV=modern webpack --mode=production && BROWSERSLIST_ENV=legacy webpack --mode=production"
},
"browserslist": [
Expand Down

0 comments on commit 8dcba75

Please sign in to comment.