0.0.0 • Published 5 years ago
study-babel-loader v0.0.0
babel-plugin-babel-plugin
study ASY
Example
In
// input codeOut
"use strict";
// output codeInstallation
$ npm install babel-plugin-babel-pluginUsage
Via .babelrc (Recommended)
.babelrc
{
"plugins": ["babel-plugin"]
}Via CLI
$ babel --plugins babel-plugin script.jsVia Node API
require("babel-core").transform("code", {
plugins: ["babel-plugin"]
});0.0.0
5 years ago