Skip to content

Commit d07bd1b

Browse files
Add @cypress/webpack-preprocessor to resolve modules in Cypress
1 parent 244aea3 commit d07bd1b

File tree

2 files changed

+1079
-35
lines changed

2 files changed

+1079
-35
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
},
113113
"devDependencies": {
114114
"@babel/core": "~7.23.2",
115+
"@babel/eslint-parser": "~7.11.0",
115116
"@babel/plugin-proposal-class-properties": "~7.8.3",
116117
"@babel/plugin-proposal-export-default-from": "~7.8.3",
117118
"@babel/plugin-proposal-export-namespace-from": "~7.8.3",
@@ -121,9 +122,9 @@
121122
"@babel/preset-react": "~7.9.1",
122123
"@babel/register": "~7.9.0",
123124
"@babel/runtime-corejs3": "~7.9.0",
125+
"@cypress/webpack-preprocessor": "~2.0.1",
124126
"angular-mocks": "~1.8.0",
125127
"autoprefixer": "~9.8.0",
126-
"@babel/eslint-parser": "~7.11.0",
127128
"babel-jest": "~25.5.1",
128129
"babel-loader": "~8.2.0",
129130
"compression-webpack-plugin": "^6.1.1",

0 commit comments

Comments
 (0)