Skip to content

Commit

Permalink
bump seroval and remove plugins from build output
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 8, 2024
1 parent b0862d3 commit cbc8d3e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-files-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

remove seroval plugins from build output
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup": "^3.7.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.4.0",
"seroval": "^1.0.2",
"seroval": "^1.0.3",
"simple-git-hooks": "^2.8.1",
"symlink-dir": "^5.0.1",
"tsconfig-replace-paths": "^0.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@
],
"dependencies": {
"csstype": "^3.1.0",
"seroval": "^1.0.2"
"seroval": "^1.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/solid/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default [
format: "es"
}
],
external: ["solid-js", "stream", "seroval"],
external: ["solid-js", "stream", "seroval", "seroval-plugins/web"],
plugins
},
{
Expand Down
24 changes: 12 additions & 12 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 cbc8d3e

Please sign in to comment.