This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Releases: cypress-io/cypress-webpack-preprocessor
Releases · cypress-io/cypress-webpack-preprocessor
v5.1.1
v5.1.0
v5.0.0
5.0.0 (2020-04-06)
Bug Fixes
- move optionalDependencies to peerDependencies (66144a1)
BREAKING CHANGES
- The dependencies
@babel/core
,@babel/preset-env
, andbabel-loader
are no longer installed by default. You will need to install them if they are not already available as transient dependencies of another package (e.g.create-react-app
).
npm install --save-dev @babel/core @babel/preset-env babel-loader
v4.1.5
v4.1.4
4.1.4 (2020-04-06)
WARNING: This release uninintentionally has a breaking change. Upgrade to 4.1.5
to avoid the breaking change
Bug Fixes
- move optionalDependencies to peerDependencies
BREAKING CHANGES
- The dependencies @babel/core, @babel/preset-env, and babel-loader are no longer installed by default (6ce2ae2)