8.2.0 • Published 1 year ago
@krakenjs/babel-config-grumbler v8.2.0
@krakenjs/babel-config-grumbler
Installation
npm install -D @krakenjs/babel-config-grumbler
Usage
Create a
.babelrc
file at the root of your package.Identify the type of babel config to use: node or browser.
3a. For node packages add the following contents to your .babelrc
:
```json
{
"extends": "@krakenjs/babel-config-grumbler/babelrc-node"
}
```
3b. For browser packages add the following contents to your .babelrc
:
```json
{
"extends": "@krakenjs/babel-config-grumbler/babelrc-browser"
}
```
Ensure you have a browserlist configuration in your
package.json
"browserslist": [ "IE >= 9", "chrome >= 27", "firefox >= 30", "safari >= 5", "opera >= 23" ],
8.1.2
1 year ago
8.2.0
1 year ago
8.1.2-next.0
2 years ago
8.1.0
3 years ago
8.0.1
3 years ago
8.0.4-next.0
3 years ago
8.0.3
3 years ago
8.1.1
3 years ago
8.0.2
3 years ago
8.0.5
3 years ago
8.0.4
3 years ago
8.0.7
3 years ago
8.0.6
3 years ago
8.0.0-next.6
3 years ago
7.1.0-next.1
3 years ago
7.0.0-next.1
3 years ago
8.0.0-next.5
3 years ago
8.0.0-next.4
3 years ago
8.0.0
3 years ago
8.0.0-next.3
3 years ago
8.0.0-next.2
3 years ago
8.0.0-next.1
3 years ago
8.0.0-next.0
3 years ago