1.3.2 • Published 2 years ago

@billogram/task-ts-compile-frontend-webpack v1.3.2

Weekly downloads
18
License
MIT
Repository
-
Last release
2 years ago

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

Frontend task for compiling TypeScript (with Webpack) to JavaScript and putting the output in the dist folder

Install

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

Usage

Add the task to a task runner.

import taskTsCompileWebpack from '@billogram/task-ts-compile-frontend-webpack';
import TaskRunner from '@billogram/task-runner';


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

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

> build-scripts ts-compile-webpack

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.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 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