@lightscript/babel-preset

4.0.0-alpha.38 • Public • Published

@lightscript/babel-preset

The best way to get up and running with LightScript

Usage

$ npm install --save-dev @lightscript/babel-preset
// .babelrc
{
  "presets": [
    [
      "@lightscript",
      {
        "env": { "targets": { "ie": 10 } }
      }
    ]
  ]
}

@lightscript/babel-preset includes @babel/env and options can be passed in the env key!

Contributing

Issues: https://github.com/wcjohnson/lightscript/issues

Readme

Keywords

none

Package Sidebar

Install

npm i @lightscript/babel-preset

Weekly Downloads

36

Version

4.0.0-alpha.38

License

MIT

Unpacked Size

11 kB

Total Files

4

Last publish

Collaborators

  • wcjohnson