A couple small fixes, plus a merge from master #1
Merged
jsnbuchanan
merged 45 commits from trentlarson/crowd-funder-from-jason:feat/vitejs-trent
into feat/vitejs
8 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'trentlarson/crowd-funder-from-jason:feat/vitejs-trent'
Deleting a branch is permanent. It CANNOT be undone. 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 build
andnpm run serve
already 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.)
333ac773f6
into feat/vitejs 8 months agoHouston, 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.333ac773f6
.