2.3.0 • Published 2 years ago

build-plugin-stark-module v2.3.0

Weekly downloads
51
License
MIT
Repository
github
Last release
2 years ago

build-plugin-stark-module

Plugin for icestark-module

Usage

// build.json
{
  "plugins": [
+    ["build-plugin-stark-module", {
      // ...options
    }]
  ]
}

Options:

  • outputDir: final build dir
  • modules: entries of multi-moudles, default { "index": "src/index" }
{
  "plugins": [
    ["build-plugin-stark-module", {
      "modules": {
        "branch-detail": "./src/branch-detail/index.tsx",
        "edit-info": "./src/edit-info/index.tsx"
      }
    }]
  ]
}
  • moduleExternals: see webpack externals, used to optimize loading performance for micro modules.

···json { "plugins": [ ... "build-plugin-stark-module", { "moduleExternals": { "react": { "root": "React", "url": "https://g.alicdn.com/code/lib/react/16.14.0/umd/react.production.min.js", }, "react-dom": { "root": "ReactDOM", "url": "https://g.alicdn.com/code/lib/react-dom/16.14.0/umd/react-dom.production.min.js" } } }, ... ] }

- `filenameStrategy`: how to name output, default to `./[name]/index`

- `minify`: see [minify](https://ice.work/docs/guide/basic/build#minify)

- `sourceMap`: see [sourceMap](https://ice.work/docs/guide/basic/build#sourceMap)

- `library`: custom name for umd resouces
2.3.0-beta.1

2 years ago

2.3.0-beta.2

2 years ago

2.3.0

2 years ago

2.3.0-alpha.2

3 years ago

2.3.0-alpha.3

3 years ago

2.3.0-alpha.0

3 years ago

2.3.0-alpha.1

3 years ago

2.3.0-alpha.4

3 years ago

2.2.5-3

3 years ago

2.2.5-2

3 years ago

2.2.5-1

3 years ago

2.2.5-0

3 years ago

2.2.4

3 years ago

2.2.4-1

3 years ago

2.2.4-0

3 years ago

2.3.0-1

3 years ago

2.3.0-0

3 years ago

2.2.3

4 years ago

2.2.3-0

4 years ago

2.2.1-beta.1

4 years ago

2.2.2-beta.1

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.2.1-0

4 years ago

2.2.2-0

4 years ago

2.1.0-rc.5

4 years ago

2.1.0-rc.4

4 years ago

2.1.0

4 years ago

2.1.0-rc.3

4 years ago

2.1.0-rc.2

4 years ago

2.1.0-rc.1

4 years ago

2.1.0-next.20

4 years ago

2.1.0-next.23

4 years ago

2.1.0-next.22

4 years ago

2.1.0-next.21

4 years ago

2.1.0-next.19

4 years ago

2.1.0-next.18

4 years ago

2.1.0-next.17

4 years ago

2.1.0-next.16

4 years ago

2.1.0-next.15

4 years ago

2.1.0-next.14

4 years ago

2.1.0-next.13

4 years ago

2.1.0-next.12

4 years ago

2.1.0-next.11

4 years ago

2.1.0-next.10

4 years ago

2.1.0-next.9

4 years ago

2.1.0-next.6

4 years ago

2.1.0-next.5

4 years ago

2.1.0-next.8

4 years ago

2.1.0-next.7

4 years ago

2.0.4-0

4 years ago

2.1.0-next.4

4 years ago

2.1.0-next.2

4 years ago

2.1.0-next.1

4 years ago

2.1.0-next.3

4 years ago

2.0.3-beta.2

4 years ago

2.0.3-beta.1

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.2-2

4 years ago

2.0.2-1

4 years ago

2.0.2-0

4 years ago

2.0.1

4 years ago

2.0.1-beta.1

4 years ago

2.0.1-0

4 years ago

1.0.1-beta.1

4 years ago

2.0.0

4 years ago

2.0.0-11

4 years ago

2.0.0-10

4 years ago

2.0.0-9

4 years ago

2.0.0-8

4 years ago

2.0.0-7

4 years ago

2.0.0-6

4 years ago

2.0.0-5

4 years ago

2.0.0-4

4 years ago

2.0.0-3

4 years ago

2.0.0-2

4 years ago

2.0.0-1

4 years ago

2.0.0-0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago