Skip to content

Commit

Permalink
Revert "Try moving to rsbuild"
Browse files Browse the repository at this point in the history
This reverts commit 1058dbd.
  • Loading branch information
Cazzar committed Aug 6, 2024
1 parent 1058dbd commit 4d42a63
Show file tree
Hide file tree
Showing 3 changed files with 7,629 additions and 808 deletions.
11 changes: 7 additions & 4 deletions streamdeck-vtubestudio/PropertyInspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "rsbuild dev",
"build": "rsbuild build"
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^3.0.0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@rsbuild/core": "^0.7.10",
"@rsbuild/plugin-vue": "^0.7.10",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
Expand Down
19 changes: 0 additions & 19 deletions streamdeck-vtubestudio/PropertyInspector/rsbuild.config.ts

This file was deleted.

Loading

0 comments on commit 4d42a63

Please sign in to comment.