Skip to content

Commit

Permalink
Remove unneeded esm-env dep from /react
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Oct 23, 2024
1 parent e61d9db commit 1d580c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion packages/number-flow/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => ({
fileName: 'index'
},
rollupOptions: {
external: ['esm-env'],
external: [],
plugins: [
typescript({
tsconfig: resolve(__dirname, `./tsconfig${mode === 'production' ? '.build' : ''}.json`)
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"prepublishOnly": "pnpm build && pnpm test"
},
"dependencies": {
"esm-env": "^1.0.0",
"number-flow": "workspace:*"
},
"devDependencies": {
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d580c6

Please sign in to comment.