babel-bits v1.0.1
babel-bits
babel transform for bit imports & bit bundler.
Install
npm install --save babel-bitsOptions
are forwarded right to babel. Take a look at all available options to fine tune babel.
babel-bits configures
es2015andreactpresets. Feel free to provide your own.
bit-imports example
bitimports.plugin("js", {
transform: {
handler: "babel-bits",
options: {
sourceMaps: "inline",
presets: ["es2015"]
}
}
});Note on *generators
babel needs an external tool called regenerator in order to support generators. To bring generator support into your application, you can just load regenerator via script tag (or equivalent) and all generator code produced by babel will run just fine. The idea here is that the code produced by babel can find the method regeneratorRuntime whenever it is executed.
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago