2.2.0 • Published 8 months ago

@flatjs/forge v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@flatjs/forge

Usages

The configuration file flatjs-forge.config.ts;

import { defineConfig } from '@flatjs/forge/define-config';

export default defineConfig({
  output: {
    format: 'cjs',
  },
  plugin: {
    pluginConfigs: {
      babelOptions: {
        usePreset: 'react',
      },
      terserOptions: true,
    },
  },
});

Note:

  1. Can use .mts extension if your package.json without "type": "module"
  2. Can use .ts,.mts extension if your package.json with "type": "module"

Forge CLI

define scripts in package.json

{ "forge": "flatjs-forge" }
  1. Using Npm scripts
  • yarn forge build --dts
  • yarn forge build --dts -f=esm
  1. Using npx
  • npx flatjs-forge build --dts
  • npx flatjs-forge build --dts -f=esm
  1. Show basic tips
  • yarn forge -h
  • yarn forge help

  • npx flatjs-forge -h

  • npx flatjs-forge help
  1. Show help info for command build
  • yarn forge build -h
  • yarn forge help build

  • npx flatjs-forge build -h

  • npx flatjs-forge help build

Notes: if we must use --dts=false instead using -d=false to indicate dts:false, The same usage goes for the other boolean types (-c=false => --compress=false)

Note: because below configuration of tsconfig.json

{ "baseUrl": "./src" }

We should not create folder name like rollup in src/rollup;

  1. while we use import { moduleX } from rollup; it will resolve moduleX from src/rollup instead import from node_modules
  2. while use vitest it may broken cause of wrong rollup imported.
  3. change src/rollup to src/create-rollup is ok.
2.2.0

8 months ago

2.1.3

10 months ago

2.1.2

10 months ago

2.1.0-next.13

11 months ago

2.1.0-next.12

11 months ago

2.1.0-next.11

12 months ago

2.1.0-next.10

12 months ago

2.1.0-next.9

1 year ago

2.1.0-next.6

1 year ago

2.1.0-next.8

1 year ago

2.1.0-next.7

1 year ago

2.1.1

11 months ago

2.1.0

11 months ago

2.1.0-next.5

1 year ago

2.1.0-next.4

1 year ago

2.1.0-next.2

1 year ago

2.1.0-next.1

1 year ago

2.1.0-next.3

1 year ago

2.1.0-next.0

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.8.1-next.47

2 years ago

1.8.1-next.49

2 years ago

1.8.1-next.48

2 years ago

1.8.1-next.50

2 years ago

1.8.1-next.52

2 years ago

1.8.1-next.51

2 years ago

1.8.1-next.54

2 years ago

1.8.1-next.53

2 years ago

1.8.1-next.56

2 years ago

1.8.1-next.55

2 years ago

1.8.1-next.58

2 years ago

1.8.1-next.57

2 years ago

1.8.1-next.59

2 years ago

1.8.1-next.61

2 years ago

1.8.1-next.60

2 years ago

1.8.1-next.63

2 years ago

1.8.1-next.62

2 years ago

1.8.1-next.65

2 years ago

1.8.1-next.64

2 years ago

1.8.1-next.67

2 years ago

1.8.1-next.66

2 years ago

2.0.0-next.2

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.1

2 years ago

1.8.1-next.43

2 years ago

1.8.1-next.42

2 years ago

1.8.1-next.45

2 years ago

1.8.1-next.44

2 years ago

1.8.1-next.46

2 years ago

1.7.1-next.0

2 years ago

1.7.1-next.2

2 years ago

1.7.1-next.1

2 years ago

1.7.1-next.7

2 years ago

1.8.1-next.20

2 years ago

1.7.1-next.9

2 years ago

1.8.1-next.23

2 years ago

1.7.1-next.4

2 years ago

1.6.0

2 years ago

1.7.1-next.3

2 years ago

1.8.1-next.25

2 years ago

1.7.1-next.6

2 years ago

1.8.1-next.24

2 years ago

1.7.1-next.5

2 years ago

1.8.1-next.27

2 years ago

1.8.1-next.26

2 years ago

1.8.1-next.29

2 years ago

1.8.1-next.28

2 years ago

1.8.1-next.30

2 years ago

1.8.1-next.32

2 years ago

1.8.1-next.31

2 years ago

1.8.1-next.34

2 years ago

1.8.1-next.33

2 years ago

1.8.1-next.36

2 years ago

1.8.1-next.35

2 years ago

1.8.1-next.38

2 years ago

1.8.1-next.37

2 years ago

1.8.1-next.39

2 years ago

1.8.1-next.41

2 years ago

1.8.1-next.40

2 years ago

1.7.2

2 years ago

1.7.0

2 years ago

1.7.1-next.11

2 years ago

1.7.1-next.10

2 years ago

1.8.1-next.12

2 years ago

1.8.1-next.14

2 years ago

1.8.1-next.13

2 years ago

1.8.1-next.16

2 years ago

1.8.1-next.15

2 years ago

1.8.1-next.18

2 years ago

1.8.1-next.17

2 years ago

1.8.1-next.19

2 years ago

1.5.0

2 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.17

3 years ago

1.3.13

3 years ago

1.3.14

3 years ago

1.3.12

3 years ago

1.3.11

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.10

3 years ago

1.3.8

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.101

3 years ago

1.2.100

3 years ago

1.2.98

4 years ago

1.2.99

4 years ago

1.2.96

4 years ago

1.2.97

4 years ago

1.2.95

4 years ago

1.2.94

4 years ago

1.2.93

4 years ago

1.2.90

4 years ago

1.2.91

4 years ago

1.2.85

4 years ago

1.2.86

4 years ago

1.2.89

4 years ago

1.2.87

4 years ago

1.2.88

4 years ago

1.2.84

4 years ago

1.2.83

4 years ago

1.2.82

4 years ago

1.2.81

4 years ago

1.2.80

4 years ago

1.2.79

4 years ago

1.2.78

4 years ago

1.2.77

4 years ago

1.2.76

4 years ago

1.2.75

4 years ago

1.2.74

4 years ago

1.2.73

4 years ago

1.2.72

4 years ago

1.2.71

4 years ago

1.2.70

4 years ago

1.2.69

4 years ago

1.2.68

4 years ago

1.2.67

4 years ago

1.2.66

4 years ago

1.2.65

4 years ago