You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2023/01/15 16:32:09 UTC

[GitHub] [jena] kinow commented on a diff in pull request #1718: Move from webpack to Vite

kinow commented on code in PR #1718:
URL: https://github.com/apache/jena/pull/1718#discussion_r1070635708


##########
jena-fuseki2/jena-fuseki-ui/package.json:
##########
@@ -35,22 +35,15 @@
     "vue-upload-component": "^3.1.2"
   },
   "devDependencies": {
-    "@babel/eslint-parser": "^7.19.1",
-    "@babel/register": "^7.18.9",
     "@cypress/code-coverage": "^3.10.0",
     "@cypress/vue": "^4.2.0",
     "@cypress/webpack-preprocessor": "^5.12.2",
     "@istanbuljs/nyc-config-babel": "^3.0.0",
-    "@vue/cli-plugin-babel": "~5.0.8",
-    "@vue/cli-plugin-e2e-cypress": "^5.0.8",
-    "@vue/cli-plugin-eslint": "~5.0.8",
-    "@vue/cli-plugin-unit-mocha": "~5.0.8",
-    "@vue/cli-service": "~5.0.8",
+    "@vitejs/plugin-vue": "^4.0.0",

Review Comment:
   Less dependencies as Vite does many of what these other tools do (and has been adopted by devs doing Vue, React, Angular, ThreeJS, so now it's stable and future-prone too :crossed_fingers: )



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org