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

Tags: cypress-io/cypress-webpack-preprocessor

Tags

v5.4.5

Toggle v5.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Loosen semantic versioning - prefix dependencies with caret (#107)

v5.4.4

Toggle v5.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: The 'rerun' event is no longer emitted on the initial bundling o…

…f a file (#103)

v5.4.3

Toggle v5.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Reduce the verbosity of error messages (#102)

v5.4.2

Toggle v5.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency lodash to v4.17.19 (#101)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v5.4.1

Toggle v5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Handle when transpileOnly option is used (#94)

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: force sourceMap: true on all typescript projects (#92)

v5.3.0

Toggle v5.3.0's commit message
chore: always reset webpack stub

v5.2.1

Toggle v5.2.1's commit message
fix: add jsdoc for default options

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add webpack stats debug output (#81)

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Ensure that the webpack output filename ends with .js. (#73)

This ensures that the Webpack SourceMapDevToolPlugin can handle the file, even when it has been originally no javascript file (e.g. .ts or .feature).

Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>