1.0.8 • Published 10 months ago

browserslist-config-enonic v1.0.8

Weekly downloads
231
License
GPL-3.0
Repository
github
Last release
10 months ago

Shareable Browserslist config for @enonic applications.

Install

npm install --save-dev browserslist-config-enonic

Usage

Choose the desired way to use Browserslist configuration. Additional information can be found in the official documentation.

package.json
{
  "browserslist": [
    "extends browserslist-config-enonic"
  ]
}
Browserslist config (.browserslistrc)
extends browserslist-config-enonic
Babel config

In Babel configuration in .js format with babel-preset-env, requiring config will return the array of supported browsers.

{
  presets: [
    [ 'env', {
      targets: {
        browsers: require('browserslist-config-enonic')
      }
    }]
  ]
}
1.0.8

10 months ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago