refactor: Replace Rollup with Vite (#2656)
This is a high risk change: every byte the card ships is emitted by a
different bundler, minified by a different minifier, and every
stylesheet is compiled by a different sass. The intent is that the
card's behaviour is unchanged.
**Significant development win**: Build time drops from 24s to 1.1s 🎉
Also adds a test suite ('dist') that runs against the built bundle.
This commit is contained in:
@@ -30,7 +30,6 @@ jobs:
|
||||
outputs:
|
||||
new-release-published: ${{ steps.get-next-version.outputs.new-release-published }}
|
||||
new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}
|
||||
new-release-git-tag: ${{ steps.get-next-version.outputs.new-release-git-tag }}
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -46,7 +45,6 @@ jobs:
|
||||
- run: yarn run build
|
||||
env:
|
||||
RELEASE_VERSION: ${{ needs.get-next-version.outputs.new-release-version }}
|
||||
RELEASE_TAG: ${{ needs.get-next-version.outputs.new-release-git-tag }}
|
||||
- uses: thedoctor0/zip-release@0.7.6
|
||||
with:
|
||||
type: zip
|
||||
|
||||
Reference in New Issue
Block a user