Skip to content

Commit

Permalink
fix(browser): don't inline magic-string
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 3, 2023
1 parent 4e76ca6 commit a21afee
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 101 deletions.
5 changes: 3 additions & 2 deletions packages/browser/package.json
Expand Up @@ -42,6 +42,8 @@
"vitest": ">=0.32.3"
},
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.0",
"modern-node-polyfills": "^0.1.3",
"sirv": "^2.0.3"
},
Expand All @@ -51,9 +53,8 @@
"@vitest/runner": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/ws-client": "workspace:*",
"estree-walker": "^3.0.3",
"periscopic": "^3.1.0",
"rollup": "3.25.3",
"rollup": "^3.25.3",
"vitest": "workspace:*"
}
}

0 comments on commit a21afee

Please sign in to comment.