Upgrade Node to 20 and swap from webpack/vue-cli to Vite. #83
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This involved:
uuid
package,@urbn/vuex-helpers
andvuex
by removing the former, the conflict not having shown itself until the Node version upgrade,index.html
and making the necessary changes to it,vite.config.js
,babel
and support for old browsers (probably not strictly necessary),core-js
and using native jsArray.reverse
instead,eslint
andeslint-plugin-vue
versions (unclear if necessary),@vitejs/plugin-basic-ssl
to generate a self-signed SSL cert,Buffer
viacsv-parse
(though see Mostly extraneous Node polyfills #82),base64url
foruniversal-base64url
in service of eventually removing the above,d3_rebind
code that did not co-operate with Vite/Rollup,FlexDataTable.vue
following https://github.com/bbi-lab/bbi-lims-ui/commit/205a5dc356fd475c9b52071e2e4a9ad77ace9e21 to support Rollup, andpackage.json
scripts
andREADME.md
updates for new dev workflows.