jsnbuchanan
1befff0abd
Merge pull request 'misc tweaks for new vite build' ( #4 ) from trentlarson/crowd-funder-from-jason:feat/vitejs-trent3 into feat/vitejs
Reviewed-on: https://gitea.anomalistdesign.com/jsnbuchanan/crowd-funder-for-time-pwa/pulls/4
7 months ago
Trent Larson
0b446ec134
misc tweaks for new vite build
7 months ago
jsnbuchanan
333ac773f6
Merge pull request 'A couple small fixes, plus a merge from master' ( #1 ) from trentlarson/crowd-funder-from-jason:feat/vitejs-trent into feat/vitejs
Reviewed-on: https://gitea.anomalistdesign.com/jsnbuchanan/crowd-funder-for-time-pwa/pulls/1
7 months ago
Trent Larson
1459719a47
remove a lingering debug console.log
7 months ago
Trent Larson
5994365a6c
fix title of the test app
7 months ago
Trent Larson
28f72640d7
add linting before any build
7 months ago
Trent Larson
ab81648aca
fix linting
7 months ago
Trent Larson
5828a290c7
Merge remote-tracking branch 'original-origin/master' into feat/vitejs-trent
7 months ago
Trent Larson
78fab735e6
avoid a huge error message in a likely-well-known scenario
7 months ago
Trent Larson
2ae165d56f
reorder home page vapid check to avoid an error on localhost
7 months ago
Trent Larson
0fbd1ad51a
add missing Dexie import (which causes failure upon download click)
7 months ago
Jason Buchanan
035f2a5b04
docs: adding do for updated development server run command
- `npm run dev`
8 months ago
Jason Buchanan
09dccc34d6
fix: buffer typescript error in util.ts when parsing ArrayBuffer
8 months ago
Jason Buchanan
ca240ab795
fix: es modules syntax for buffer deps instead of commonjs require
8 months ago
Jason Buchanan
01b5ca6ec8
chore: update vitejs config to deploy on the same default port as the @vue/cli-service
This port is 8080. This is done to not break existing tooling and devops code.
8 months ago
Jason Buchanan
6f49260c1e
fix: AccountViewView.vue template not resolving dep for dexie-export-import/dist/import
Previous error:
Error: The following dependencies are imported but could not be resolved:
dexie-export-import/dist/import (imported by /Users/jason/dev/src/trent/crowd-funder-for-time-pwa/src/views/AccountViewView.vue?id=0)
Are they installed?
at file:///Users/jason/dev/src/trent/crowd-funder-for-time-pwa/node_modules/vite/dist/node/chunks/dep-DJaaTb_D.js:52506:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///Users/jason/dev/src/trent/crowd-funder-for-time-pwa/node_modules/vite/dist/node/chunks/dep-DJaaTb_D.js:51972:38
8 months ago
Jason Buchanan
38f44771e9
Initial stab at vitejs update
8 months ago