From cc2164f13e3bcad5c214521919c9a82acd9b073e Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Mon, 21 Oct 2024 18:24:07 +0200 Subject: [PATCH] Bug 38167: Remove remaining @vue/cli-service uses Signed-off-by: Paul Derscheid --- cypress.config.ts | 7 ------- t/cypress/plugins/index.js | 2 -- 2 files changed, 9 deletions(-) diff --git a/cypress.config.ts b/cypress.config.ts index f2c3619efa..e90da4e019 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -24,11 +24,4 @@ export default defineConfig({ }, }, }, - - component: { - devServer: { - framework: "vue-cli", - bundler: "webpack", - }, - }, }); diff --git a/t/cypress/plugins/index.js b/t/cypress/plugins/index.js index e35c437a8b..042e8ef88a 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