1.0.1 • Published 8 years ago

babel-bits v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

babel-bits

babel transform for bit imports & bit bundler.

Install

npm install --save babel-bits

Options

are forwarded right to babel. Take a look at all available options to fine tune babel.

babel-bits configures es2015 and react presets. 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.

1.0.1

8 years ago

1.0.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago