Skip to content

Commit

Permalink
✨ bundle rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian committed Mar 16, 2024
1 parent f3e6c37 commit 67c7912
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 25 deletions.
37 changes: 27 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "@vsit/client",
"version": "0.0.0",
"type": "module",
"description": "vsit client",
"description": "A Repl client based on vite",
"keywords": [
"vsit",
"client"
"client",
"repl"
],
"license": "MIT",
"homepage": "https://github.com/vsit#readme",
Expand Down Expand Up @@ -35,12 +36,9 @@
},
"dependencies": {
"electron-updater": "^6.1.1",
"vite": "^5.0.10"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
"rollup": "^4.2.0",
"vite": "^5.0.10",
"vsit": "workspace:*"
},
"devDependencies": {
"@codemirror/autocomplete": "6.7.1",
Expand Down Expand Up @@ -82,17 +80,36 @@
"vite-plugin-pages": "^0.30.1",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-solid": "2.8.0",
"vsit": "workspace:*",
"workbox-routing": "7.0.0",
"workbox-strategies": "7.0.0",
"workbox-window": "7.0.0"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"build": {
"productName": "vsit",
"publish": {
"provider": "github",
"owner": "jiangweixian",
"repo": "vsit"
}
},
"files": [
"**/*",
"**/node_modules/rollup/**",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
"!**/node_modules/*.d.ts",
"!**/node_modules/.bin",
"!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
"!.editorconfig",
"!**/._*",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
"!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
"!**/{appveyor.yml,.travis.yml,circle.yml}",
"!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
]
}
}
33 changes: 18 additions & 15 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 67c7912

Please sign in to comment.