Skip to content

Commit

Permalink
fix: use createRequire to load rollup replace plugin (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 7, 2022
1 parent c5dfccd commit a94fc2a
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,13 +74,13 @@
"fast-glob": "^3.2.11",
"pretty-bytes": "^6.0.0",
"rollup": "^2.79.0",
"@rollup/plugin-replace": "^4.0.0",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.3",
"@antfu/ni": "^0.18.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.7.15",
"@types/prompts": "^2.4.0",
Expand Down

0 comments on commit a94fc2a

Please sign in to comment.