Skip to content

v2.2.1

Latest
Compare
Choose a tag to compare
@popuguytheparrot popuguytheparrot released this 13 May 09:35
5647471

May 13, 2019

Whats new:

🏠 Internal

  • add .browserslistrc

Why is it necessary:
Do not include polyfill and transformation in dev-mode
If you are using babel-preset-env, postcss-preset-env or Autoprefixer, add a separate dev-mode Browserslist configuration that includes only those browsers that you use during development. Most likely, these are the latest versions of Chrome or Firefox, which perfectly support modern standards without polyfills and transformations. This will avoid unnecessary work.