mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-19 05:29:59 -06:00
* pull support for JIT from vite since it doesn't have an affect for end users or performance (webpack only) [run ci] rebase this * remove the experimentalJIT flag and make it GA (default still false) [run ci] * enable justInTimeCompile by default [run ci] * chore: bump cache [run ci]
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"name": "ct-webpack-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"babel-loader": "^9.1.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"webpack": "^5.93.0",
|
|
"webpack-dev-server": "^5.0.4"
|
|
},
|
|
"license": "ISC",
|
|
"author": ""
|
|
}
|