Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Webpack v3 #259

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Drop support for Webpack v3 #259

merged 1 commit into from
Oct 7, 2020

Conversation

brandondoran
Copy link
Collaborator

@brandondoran brandondoran commented Oct 7, 2020

Overview

Removes backward compatibility with deprecated Tapable.plugin interface. Now requires Tabable.hooks interface and thus in order to use the plugin you will need to be running Webpack 4.

Dropping Tapable.plugin support will allow for some code cleanup and pave the way for more easily resolving issues such as #45, #68, #183

This is a breaking change.

Removes backward compatibility with deprecated Tapable.plugin
interface. Now requires Tabable.hooks interface and thus you will need
to be running Webpack 4.

BREAKING CHANGE
@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

Merging #259 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #259   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           97        95    -2     
  Branches        31        30    -1     
=========================================
- Hits            97        95    -2     
Impacted Files Coverage Δ
src/RollbarSourceMapPlugin.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80b1bfe...3e396dd. Read the comment docs.

@brandondoran brandondoran merged commit c7569dd into master Oct 7, 2020
@brandondoran brandondoran deleted the drop-webpack-v3 branch October 7, 2020 18:29
@brandondoran brandondoran linked an issue Oct 9, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BREAKING CHANGE: Drop support for Webpack 3 and older
2 participants