@choseohwan/babel-preset-base
v2.0.1
Published
base babel preset library
Downloads
27
Readme
@choseohwan/babel-preset-base
babel base preset for SeoHwan Cho's project
Install
npm
npm install @choseohwan/babel-preset-base @babel/core typescript --save-dev
yarn
yarn add @choseohwan/babel-preset-base @babel/core typescript -D
Usage
Make babel.config.js
file in the root directory of packages.
babel.config.js
module.exports = {
"presets": [
"@choseohwan/babel-preset-base"
]
}