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

BREAKING: Change CLI config to use Webpack by default #2214

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Feb 23, 2024

Initially when implementing the Webpack configuration for the CLI, the goal was to be fully backwards compatible with legacy Browserify-based Snap configs. This meant that in order to use Webpack, you would have to specify bundler: 'webpack' in your config. Now that the Webpack-based configuration has been available for some time, we can further deprecate Browserify by making Webpack the default. You can still opt-in to Browserify by setting bundler: 'browserify'.

@Mrtenz Mrtenz requested a review from a team as a code owner February 23, 2024 09:51
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.59%. Comparing base (06e1c8b) to head (45edf81).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2214   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files         333      333           
  Lines        7584     7584           
  Branches     1175     1175           
=======================================
  Hits         7326     7326           
  Misses        258      258           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FrederikBolding
Copy link
Member

Could you mark as BREAKING?

@Mrtenz Mrtenz changed the title Change CLI config to use Webpack by default BREAKING: Change CLI config to use Webpack by default Feb 23, 2024
@Mrtenz Mrtenz merged commit 33f01f1 into main Feb 23, 2024
152 checks passed
@Mrtenz Mrtenz deleted the mrtenz/webpack-by-default branch February 23, 2024 20:10
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.

2 participants