babel-pundle

Babel transformer for Pundle

Usage no npm install needed!

<script type="module">
  import babelPundle from 'https://cdn.skypack.dev/babel-pundle';
</script>

README

Babel-Pundle

Babel transformer for Pundle

Installation

npm install --save babel-pundle

Usage

pundle.loadPlugins([
  [require.resolve('babel-pundle'), {
    ignored?: RegExp,
    extensions?: ['.js'],
    config: {
      ... babel config ...
    }
  }]
]).then(() => console.log('Plugin loaded successfully'))

License

This project is licensed under the terms of MIT License. See the LICENSE file at the root of the Github repo for more info.