1.3.0 • Published 3 years ago

@billogram/task-ts-compile-frontend-babel v1.3.0

Weekly downloads
13
License
MIT
Repository
-
Last release
3 years ago

@billogram/task-ts-compile-frontend-babel

Frontend task for compiling TypeScript to JavaScript and putting the output in the dist folder

Install

yarn add @billogram/task-ts-compile-frontend-babel

Usage

Add the task to a task runner.

import taskTsCompileBabel from '@billogram/task-ts-compile-frontend-babel';
import TaskRunner from '@billogram/task-runner';


const runner = new TaskRunner('build-scripts');
runner.add('ts-compile-babel', taskTsCompileBabel());

This will add the compile TypeScript task to the build scripts.

> build-scripts ts-compile-babel

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.10

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago