Skip to content

Commit

Permalink
fix(browser): don't inline magic-string and estree-walker (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 11, 2023
1 parent a77afff commit ee93762
Show file tree
Hide file tree
Showing 2 changed files with 1,080 additions and 1,538 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.1",
"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.26.0",
"rollup": "^3.26.0",
"vitest": "workspace:*"
}
}

0 comments on commit ee93762

Please sign in to comment.