Skip to content

Commit

Permalink
fix: work to webpack & vite
Browse files Browse the repository at this point in the history
  • Loading branch information
xuany committed May 22, 2024
1 parent 1b77060 commit 035eb4d
Show file tree
Hide file tree
Showing 8 changed files with 3,623 additions and 278 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-prefetch-dns",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"packageManager": "[email protected]",
"description": "",
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion playground/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
document.getElementById('app')!.innerHTML = '__UNPLUGIN__'
document.getElementById('app').innerHTML = '__UNPLUGIN__'
// eslint-disable-next-line no-console
console.log('https://baidu.com/')
Loading

0 comments on commit 035eb4d

Please sign in to comment.