Files
cypress/npm/webpack-preprocessor/examples/use-babelrc/package.json
T
Zach Panzarino 79494fc080 fix(webpack-preprocessor): update webpack preprocessor for monorepo (#8666)
* update webpack preprocessor for monorepo
2020-09-24 21:08:56 -04:00

14 lines
324 B
JSON

{
"name": "use-babelrc",
"version": "1.0.0",
"description": "Transpiling specs using local .babelrc file",
"private": true,
"scripts": {
"cy:open": "../../node_modules/.bin/cypress open --dev",
"test": "../../node_modules/.bin/cypress run --dev"
},
"license": "ISC",
"author": "",
"keywords": []
}