Skip to content

ivanheral/taskr-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskr-build

Builder plugin for Taskr.

NPM Version NPM Downloads

About

Plugin to build web apps with popular frameworks using javascript/typescript. In short, Browserify + Babel 7 in 202X 😅

Reason

I was tired of using plugins and loaders depending on the javascript framework that I had to use in each project. Using Babel 7 and some transformations is enough. Less time to set up new projects (10-30 lines).

It has been fun to develop this.

Prerequisites

Install

Install with yarn.

yarn add taskr taskr-build @taskr/{esnext,watch} --dev

Usage

List of frameworks supported with the key to use:

Examples

Code Splitting

Not build

Thanks

Taskr: Luke Edwards and Jorge Bucaran

Servør: Luke Jackson

Benchmark

Time to build a project with react and redux:

Tool Dev Build 1º Dev Build 2º Dev Build 3º
webpack 8.02s 2.11s 2.9s
parcel 3.67s 1.89s 1.81s
taskr-build (browserify) 2.42s 0.327s 0.331s