forked from trent_larson/crowd-funder-for-time-pwa
A couple small fixes, plus a merge from master #1
Reference in New Issue
Block a user
Delete Branch "trentlarson/crowd-funder-from-jason:feat/vitejs-trent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This includes the following tiny fixes:
All the rest of the changes are due to a merge from master from the original repo. (I did this as a merge instead of a rebase, mostly because I've been experimenting.)
I'm open to other approaches, eg. rebasing, or pulling into your repo from master (which requires some permissions to me), or... whatever.
The only remaining task before merging is to deploy this to my test server and put it through the paces (which I'll do today), but I expect no issues since
npm run buildandnpm run servealready worked.OK, I added some linting fixes.
Note that I changed the default to report lint errors and not fix them, with a separate command to fix them. (I don't mind making "fix" the default as long as we have some command that only reports.)
Houston, we have a problem: the vite.config.js is not fully applied on
npm run build: the Help page doesn't show a git hash and the sw_scripts-combined.js file is not created and copied into the dist directory.