Skip to content

Commit

Permalink
* Re-enable source map
Browse files Browse the repository at this point in the history
* Remove refernce to microbundle in github action
* Update expectations.
  • Loading branch information
flackr committed Feb 3, 2024
1 parent 99f91d7 commit 7360d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with microbundle
- name: Build
run: "npm run build"
- name: Checkout WPT
run: "npm run test-setup"
Expand Down
2 changes: 1 addition & 1 deletion test/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ FAIL /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline int
FAIL /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface object length
FAIL /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface object name
PASS /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface: existence and properties of interface prototype object
FAIL /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface: existence and properties of interface prototype object's "constructor" property
PASS /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface: existence and properties of interface prototype object's "constructor" property
PASS /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface: existence and properties of interface prototype object's @@unscopables property
FAIL /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface: attribute subject
FAIL /scroll-animations/scroll-timelines/idlharness.window.html ViewTimeline interface: attribute startOffset
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from 'vite'

export default defineConfig({
build: {
sourcemap: true,
lib: {
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, 'src/index.js'),
Expand Down

0 comments on commit 7360d5d

Please sign in to comment.