svrx-plugin-babel
v1.0.0
Published
svrx plugin for babel
Downloads
4
Readme
svrx-plugin-babel
transform js/json file content on the fly
Usage
please confirm you have installed svrx already
npm i @svrx/cli -g
// .svrxrc.js
module.exports = {
plugins: [
'babel'
]
};