Skip to content

Commit

Permalink
fix rollup-plugin-html for nft test
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Dec 31, 2024
1 parent 202ca83 commit 6cce754
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/nft/web4/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import html from '@web/rollup-plugin-html';
import { rollupPluginHTML as html } from '@web/rollup-plugin-html';
import { terser } from 'rollup-plugin-terser';
import { readFileSync, unlinkSync, writeFileSync } from 'fs';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@web/rollup-plugin-html": "^1.11.0",
"@web/rollup-plugin-html": "^2.3.0",
"chai": "^5.1.1",
"http-server": "^14.1.1",

Expand Down
Loading

0 comments on commit 6cce754

Please sign in to comment.