Files
cypress/system-tests/projects/webpack4_wds3-react/package.json
Tim Griesser e1da852473 feat: add new webpack-dev-server package based on object API & bundling (#20861)
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
2022-04-05 12:05:33 -04:00

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"
}