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

Configure Browserslist for build tooling #1135

Open
wants to merge 8 commits into
base: eslint-update
Choose a base branch
from

Conversation

colinrotherham
Copy link
Contributor

This PR configures Browserslist and build tooling to fix #1127

Stylesheet build using Sass

  1. Autoprefixer added to add (or remove) vendor prefixes using Browserslist
  2. Minifier changed to clean-css cssnano and configured using Browserslist

JavaScript build using webpack

  1. Babel configured using Browserslist
  2. Webpack configured using Browserslist
  3. Minifier changed to uglify-js terser and configured with compatibility workarounds

@colinrotherham colinrotherham linked an issue Feb 13, 2025 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.

Babel transforms for older browsers are not applied
1 participant