Bugzilla – Attachment 175221 Details for
Bug 38503
Add a Cypress task to generate objects based on its swagger def spec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38503: [PROPOSAL] deps: remove @vue/cli-service & babel
Bug-38503-PROPOSAL-deps-remove-vuecli-service--bab.patch (text/plain), 1.67 KB, created by
Victor Grousset/tuxayo
on 2024-12-05 05:53:42 UTC
(
hide
)
Description:
Bug 38503: [PROPOSAL] deps: remove @vue/cli-service & babel
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-12-05 05:53:42 UTC
Size:
1.67 KB
patch
obsolete
>From 3cd2bc23043d5b7089e5fcf1b10765522e7074f0 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Wed, 4 Dec 2024 21:56:29 +0100 >Subject: [PATCH] Bug 38503: [PROPOSAL] deps: remove @vue/cli-service & babel > >They really don't seem needed >--- > package.json | 6 ------ > t/cypress/plugins/index.js | 2 -- > 2 files changed, 8 deletions(-) > >diff --git a/package.json b/package.json >index 2e31e6f6de..458207013c 100644 >--- a/package.json >+++ b/package.json >@@ -15,8 +15,6 @@ > "@fortawesome/vue-fontawesome": "^3.0.0-5", > "@popperjs/core": "^2.11.6", > "@redocly/cli": "^1.25.11", >- "@vue/cli-service": "^5.0.1", >- "babel-core": "^7.0.0-beta.3", > "bootstrap": "^5.3.3", > "css-loader": "^6.6.0", > "cypress": "^12.17.2", >@@ -71,13 +69,9 @@ > "author": "", > "license": "GPL-3.0", > "devDependencies": { >- "@babel/core": "^7.17.5", >- "@babel/preset-env": "^7.16.11", > "@rspack/cli": "^1.0.1", > "@rspack/core": "^1.0.1", > "@vue/compiler-sfc": "^3.2.31", >- "babel-loader": "^8.2.3", >- "babelify": "^10.0.0", > "browserify": "^17.0.0", > "clean-webpack-plugin": "^4.0.0", > "eslint-config-prettier": "^9.1.0", >diff --git a/t/cypress/plugins/index.js b/t/cypress/plugins/index.js >index 6a5e123a86..4975634d8d 100644 >--- a/t/cypress/plugins/index.js >+++ b/t/cypress/plugins/index.js >@@ -1,11 +1,9 @@ > const { startDevServer } = require("@cypress/webpack-dev-server"); >-const webpackConfig = require("@vue/cli-service/webpack.config.js"); > > module.exports = (on, config) => { > on("dev-server:start", options => > startDevServer({ > options, >- webpackConfig, > }) > ); > >-- >2.47.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38503
:
174872
|
174873
|
174874
|
174875
|
174876
|
174884
|
174885
|
174921
|
174922
|
175173
|
175175
|
175212
|
175213
|
175214
|
175215
|
175216
|
175217
|
175218
|
175219
|
175220
|
175221
|
175222
|
175888
|
175889
|
175890
|
175891
|
175892
|
175893
|
175894
|
175895
|
175896
|
176073
|
176074
|
176075
|
176076
|
176077
|
176078
|
176079
|
176080
|
176081
|
176775
|
176776
|
176792