mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 23:29:51 -06:00
Adds the new webpack-dev-server-fresh package, exposing the new object api. This package will eventually be merged with/replace the existing webpack-dev-server closes: UNIFY-1267
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@babel/preset-env": "^7",
|
|
"@babel/preset-react": "^7",
|
|
"babel-loader": "^8.2.4",
|
|
"webpack": "^4",
|
|
"webpack-dev-server": "^3"
|
|
},
|
|
"projectFixtureDirectory": "react"
|
|
}
|