typescript-pundle

1.1.12 • Public • Published

typescript-pundle

TypeScript transformer for Pundle

Installation

npm install --save typescript-pundle

Usage

pundle.loadPlugins([
  ['typescript-pundle', {
    ignored?: RegExp,
    extensions?: ['.ts'],
    config: {
      ... TypeScript config ...
    }
  }]
]).then(() => {
  pundle.loadLoaders([
    { extensions: ['.ts', '.tsx'], loader: require('typescript-pundle').default },
  ])
  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.

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-pundle

Weekly Downloads

5

Version

1.1.12

License

MIT

Last publish

Collaborators

  • steelbrain