2.0.4 • Published 1 month ago

@flatjs/forge-preset-babel v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

The babel presets @flatjs/forge-babel-perset

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/forge-babel-perset

Notes

// the version of nodejs
"engines": {
  "node": ">= 13.8.0"
}

Optimization

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

// use `fast-async` instead of `async-to-generator`
const forgeConfig = {
  ........
  plugin: {
    pluginConfigs: {
      babel: {
        options: {
          presets: [
            '@babel/preset-react',
            [
              require.resolve('@babel/preset-env'),
              {
                loose: true,
                useBuiltIns: false,
                targets: {
                  browsers: ['ie >= 11', 'safari > 10'],
                },
                exclude: ['transform-regenerator', 'transform-async-to-generator'],
              },
            ],
          ],
          plugins: [
            [require.resolve('fast-async'), { spec: true }],
            ['@babel/plugin-syntax-dynamic-import']
          ],
        },
      },
    },
  },
}
2.1.0-next.2

1 month ago

2.1.0-next.1

1 month ago

2.1.0-next.0

1 month ago

2.0.4

2 months ago

2.0.3

4 months ago

2.0.2

5 months ago

1.8.1-next.21

10 months ago

1.8.1-next.20

10 months ago

1.8.1-next.23

9 months ago

1.8.1-next.22

9 months ago

1.8.1-next.25

9 months ago

1.8.1-next.24

9 months ago

1.8.1-next.27

8 months ago

1.8.1-next.26

9 months ago

1.8.1-next.29

7 months ago

1.8.1-next.28

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

11 months ago

1.8.1-next.18

10 months ago

1.8.1-next.17

10 months ago

1.8.1-next.19

10 months ago

1.8.1-next.12

11 months ago

1.8.1-next.14

11 months ago

1.8.1-next.13

11 months ago

1.7.1-next.0

1 year ago

1.7.1-next.2

1 year ago

1.7.1-next.1

1 year ago

1.6.0

1 year 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.4

1 year ago

1.8.1-next.9

12 months ago

1.8.1-next.8

12 months ago

1.8.1-next.3

1 year ago

1.7.2

12 months ago

1.7.0

1 year ago

1.8.1-next.10

12 months ago

1.8.1-next.11

11 months ago

1.5.0

1 year ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.17

2 years ago

1.3.14

2 years ago

1.3.11

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.3

2 years ago

1.3.0

2 years ago

1.2.101

2 years ago

1.2.100

2 years ago

1.2.99

2 years ago

1.2.96

2 years ago

1.2.97

2 years ago

1.2.95

2 years ago

1.2.93

3 years ago

1.2.90

3 years ago

1.2.84

3 years ago

1.2.83

3 years ago

1.2.82

3 years ago

1.2.81

3 years ago

1.2.79

3 years ago

1.2.77

3 years ago

1.2.76

3 years ago

1.2.75

3 years ago

1.2.73

3 years ago

1.2.69

3 years ago

1.2.68

3 years ago

1.2.66

3 years ago

1.2.65

3 years ago