babel-preset-lb

1.3.2 • Public • Published

babel-preset-lb

Linear Bit's Babel presets

install

npm i -S babel-runtime;
npm i -D babel-preset-lb webpack@2.2.0 babel-loader

add the following to package.json

{
  "babel": {
    "presets": ["lb"]
  }
}

environments

NODE_ENV=XXX

name description
test for testing (Jest)
development
production

Scripts

Use the following scripts in package.json

{
  "scripts": {
    "precompile": "rm -f -r ./build/*",
    "compile": "babel src --out-dir build"
  }
}

Package Sidebar

Install

npm i babel-preset-lb

Weekly Downloads

0

Version

1.3.2

License

GPL-3.0

Last publish

Collaborators

  • gruberjl