0.14.7 • Published 6 years ago

baset-reader-babel v0.14.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Known Vulnerabilities

BaseT Babel plugin

Babel reader plugin for BaseT project.

Installation and usage

Run:

npm install --save-dev baset-reader-babel

and adding next line to baset.plugins section in your package.json or plugins section in your .basetrc/.basetrc.json:

".spec.jsx?$": ["baset-reader-babel", "baset-baseliner-json"]

You may also specify additional options for this plugin under baset.options section in your package.json or options section in your .basetrc/.basetrc.json:

"baset-reader-babel": {
    // by default this reader uses the same strategy for resolving configuration
    // as babel, but you may want to specify some additional settings only for tests
    // this options gives you such an opportunity
    "config": {
        // your additional configuration  for babel
    },
    // by default any files inside node_modules are explicitly ignored
    // but in some cases you may want to transpile them as well,
    // in order to do so, just set this option to true
    "includeNodeModules": true
}
0.14.7

6 years ago

0.14.6

6 years ago

0.14.5

6 years ago

0.14.4

6 years ago

0.14.3

6 years ago

0.14.2

6 years ago

0.13.7

6 years ago

0.13.6

6 years ago

0.13.5

6 years ago

0.13.4

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago