0.0.17 • Published 4 years ago

@sz-software/jbuild v0.0.17

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

@sz-software/jbuild

Rationale

babel is an awesome project.

However one of its shortcoming, in my view, is that the @babel/runtime cannot be embeded in the output code.

This build tool uses webpack to bundle all needed babel runtime helpers.

To keep it simple, jbuild uses the following, fixed babel configuration:

{
    "presets": ["@babel/preset-env"],
    "plugins": [
        ["@babel/plugin-transform-runtime", {
            "helpers": true,
            "corejs": 3
        }]
    ]
}

Usage

$ jbuild <source-folder> <output-folder> — that's it.

The generated output code does not depend on @babel/runtime anymore.

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago