Skip to content

Commit

Permalink
Merge pull request #1022 from basics/feature/vite-css-code-split
Browse files Browse the repository at this point in the history
fix(vite): enabled cssCodeSplit
  • Loading branch information
ThornWalli committed May 13, 2024
2 parents 1c1966f + 6941914 commit 9e8b4f4
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18"
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.0
20.13.1

0 comments on commit 9e8b4f4

Please sign in to comment.