Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Releases: cypress-io/cypress-webpack-preprocessor

v5.1.1

07 Apr 16:09
Compare
Choose a tag to compare

5.1.1 (2020-04-07)

Bug Fixes

  • Include index.d.ts in published files (ba9d44c)

v5.1.0

07 Apr 14:18
611e351
Compare
Choose a tag to compare

5.1.0 (2020-04-07)

Features

v5.0.0

06 Apr 19:32
Compare
Choose a tag to compare

5.0.0 (2020-04-06)

Bug Fixes

  • move optionalDependencies to peerDependencies (66144a1)

BREAKING CHANGES

  • The dependencies @babel/core, @babel/preset-env, and babel-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

06 Apr 19:28
Compare
Choose a tag to compare

4.1.5 (2020-04-06)

Bug Fixes

  • Revert moving optionalDependencies to peerDependencies (e214951)

v4.1.4

06 Apr 19:19
Compare
Choose a tag to compare

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)

v4.1.3

28 Feb 17:19
f790d5d
Compare
Choose a tag to compare

4.1.3 (2020-02-28)

Bug fixes ✅

  • fix file watching on compilation error (#66) (f790d5d)

v4.1.2

21 Feb 19:51
731127d
Compare
Choose a tag to compare

4.1.2 (2020-02-21)

Bug fixes ✅

v4.1.1

13 Nov 16:48
cb7e6c2
Compare
Choose a tag to compare

4.1.1 (2019-11-13)

Bug fixes ✅

v4.1.0

05 Jun 14:53
59671b7
Compare
Choose a tag to compare

4.1.0 (2019-06-05)

New features 👍

  • Bump node version to 8.9.3 (0e5914c)
  • Add option to specify additional entries (b7414c3)

v4.0.4

29 May 14:35
34d492b
Compare
Choose a tag to compare

4.0.4 (2019-05-29)

Features

  • Enable source maps by default (c661012)

Bug fixes ✅

  • Improve lazy-loading of babel deps and add tests (49b4f48)