Removed cypress vue plugin, able to run test server and do a release build seems ok
had to add babel/core manually first This is the checkpoint for post cypress removal from client project
This commit is contained in:
3161
ayanova/package-lock.json
generated
3161
ayanova/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -41,9 +41,8 @@
|
||||
"vuex-persistedstate": "^2.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/webpack-preprocessor": "^4.1.5",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@vue/cli-plugin-babel": "^4.5.13",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.5.13",
|
||||
"@vue/cli-plugin-eslint": "^4.5.13",
|
||||
"@vue/cli-plugin-pwa": "^4.5.13",
|
||||
"@vue/cli-plugin-router": "^4.5.13",
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: ["cypress"],
|
||||
env: {
|
||||
mocha: true,
|
||||
"cypress/globals": true
|
||||
mocha: true
|
||||
},
|
||||
rules: {
|
||||
strict: "off"
|
||||
|
||||
Reference in New Issue
Block a user