2.0.1 • Published 3 years ago
@choseohwan/babel-preset-base v2.0.1
@choseohwan/babel-preset-base
babel base preset for SeoHwan Cho's project
Install
npm
npm install @choseohwan/babel-preset-base @babel/core typescript --save-devyarn
yarn add @choseohwan/babel-preset-base @babel/core typescript -DUsage
Make babel.config.js file in the root directory of packages.
babel.config.js
module.exports = {
"presets": [
"@choseohwan/babel-preset-base"
]
}