You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, nwb is only using a browserlist for autoprefixer's overrideBrowserslist config and the default is ancient: >1%, last 4 versions, Firefox ESR, not ie < 9
Add top-level browsers browserlist config which replaces use of webpack.autoprefixer /webpack.autoprefixer.overrideBrowserslist.
Provide browsers config to @babel/preset-env's targets config (and anything else necessary to make it work properly)
Update the default browserlist to something more modern.
This is needed for the next release as we're already making a breaking change to browser support by dropping the (also ancient) default polyfills.
The text was updated successfully, but these errors were encountered:
…a browserslist query
Breaking: configuring webpack.autoprefixer as a browserslist query is deprecated and won't do anything
Breaking: default browser support for CSS prefixes when building changed from '>1%, last 4 versions, Firefox ESR, not ie < 9' to '>0.2%, not dead, not op_mini all'
#550
Currently, nwb is only using a browserlist for autoprefixer's
overrideBrowserslist
config and the default is ancient:>1%, last 4 versions, Firefox ESR, not ie < 9
Add top-level
browsers
browserlist config which replaces use ofwebpack.autoprefixer
/webpack.autoprefixer.overrideBrowserslist
.Provide
browsers
config to @babel/preset-env'stargets
config (and anything else necessary to make it work properly)Update the default browserlist to something more modern.
This is needed for the
next
release as we're already making a breaking change to browser support by dropping the (also ancient) default polyfills.The text was updated successfully, but these errors were encountered: