3.0.0 • Published 2 years ago
@shelf/babel-config v3.0.0
@shelf/babel-config
Install
$ yarn add --dev @shelf/babel-config
Usage
In your package.json
:
Backend
{
"babel": {
"extends": "@shelf/babel-config/backend"
}
}
Frontend
React components without browser boilerplate (jsx,tsx) + testing (ts/tsx)
{
"babel": {
"extends": "@shelf/babel-config/frontend"
}
}
React components(jsx,tsx) + testing (ts/tsx)
{
"babel": {
"extends": "@shelf/babel-config/frontend-component"
}
}
Frontend library (lodash, ts)
{
"babel": {
"extends": "@shelf/babel-config/frontend-library"
}
}
Vue.js configuration
{
"babel": {
"extends": "@shelf/babel-config/frontend-vue"
}
}
Publish
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
License
MIT © Shelf
3.0.0
2 years ago
2.0.2
2 years ago
2.0.1
2 years ago
1.2.0
3 years ago
1.0.2
3 years ago
1.1.0
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.1.10
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago