2.0.4 • Published 27 days ago

@flatjs/evolve-preset-babel v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
27 days ago

The babel presets @flatjs/evolve-preset-babel

babel preset for flatjs forge libraray compiler the latest @babel/preset-typescript already supported nullish-coalescing-operator, optional-chaining, there is no need to mannualy add Babel plugin reference.

Install

npm install @flatjs/evolve-preset-babel

Optimization

optimize @babel/env and plugins, make production bundle smaller.

// use `fast-async` instead of `async-to-generator`
presets: [
  [
    resolve('@babel/preset-env'),
    {
      loose: true,
      useBuiltIns: false,
      targets: {
        browsers: ['ie >= 11', 'safari > 10'],
      },
      exclude: ['transform-regenerator', 'transform-async-to-generator'],
    },
  ],
  [
    resolve('@babel/preset-typescript'),
    {
      isTSX: true,
      allExtensions: true,
    },
  ],
],
plugins: [
  [resolve('@babel/plugin-proposal-decorators'), { legacy: true }],
  [resolve('@babel/plugin-proposal-class-properties'), { loose: true }],
  ['module:fast-async', { spec: true }],
].filter(Boolean),
2.1.0-next.2

27 days ago

2.1.0-next.1

27 days ago

2.1.0-next.0

1 month ago

2.0.4

2 months ago

2.0.3

3 months ago

2.0.2

5 months ago

1.8.1-next.21

9 months ago

1.8.1-next.20

9 months ago

1.8.1-next.23

8 months ago

1.8.1-next.22

9 months ago

1.8.1-next.25

7 months ago

1.8.1-next.24

8 months ago

2.0.0-next.2

7 months ago

2.0.0-next.3

7 months ago

2.0.0-next.1

7 months ago

2.0.1

5 months ago

2.0.0

6 months ago

1.8.1-next.16

10 months ago

1.8.1-next.15

10 months ago

1.8.1-next.18

9 months ago

1.8.1-next.17

9 months ago

1.8.1-next.19

9 months ago

1.8.1-next.12

11 months ago

1.8.1-next.14

10 months ago

1.8.1-next.13

11 months ago

1.8.1-next.7

12 months ago

1.8.1-next.6

12 months ago

1.8.1-next.5

12 months ago

1.8.1-next.9

11 months ago

1.8.1-next.8

11 months ago

1.7.3

11 months ago

1.7.2

12 months ago

1.8.1-next.10

11 months ago

1.8.1-next.11

11 months ago

1.5.23

1 year ago

1.5.12

1 year ago

1.5.3

2 years ago

1.5.11

1 year ago

1.5.8

1 year ago

1.5.7

1 year ago

1.4.21

2 years ago

1.4.20

2 years ago

1.4.15

2 years ago

1.4.14

2 years ago

1.4.13

2 years ago

1.4.11

2 years ago

1.4.10

2 years ago

1.4.9

2 years ago

1.4.8

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.7

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.0

2 years ago

1.2.96

2 years ago

1.2.97

2 years ago

1.2.95

2 years ago

1.2.82

2 years ago

1.2.85

2 years ago

1.2.87

2 years ago

1.2.78

2 years ago

1.2.77

3 years ago

1.2.75

3 years ago

1.2.71

3 years ago

1.2.67

3 years ago

1.2.60

3 years ago

1.2.57

3 years ago

1.2.55

3 years ago

1.2.53

3 years ago

1.2.52

3 years ago

1.2.51

3 years ago

1.2.48

3 years ago

1.2.39

3 years ago

1.2.32

3 years ago

1.2.30

3 years ago

1.2.28

3 years ago

1.2.24

3 years ago

1.2.23

3 years ago

1.2.17

3 years ago

1.2.16

3 years ago