2.3.0 • Published 6 months ago

build-plugin-stark-module v2.3.0

Weekly downloads
51
License
MIT
Repository
github
Last release
6 months 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

6 months ago

2.3.0-beta.2

6 months ago

2.3.0

6 months ago

2.3.0-alpha.2

2 years ago

2.3.0-alpha.3

2 years ago

2.3.0-alpha.0

2 years ago

2.3.0-alpha.1

2 years ago

2.3.0-alpha.4

2 years ago

2.2.5-3

2 years ago

2.2.5-2

2 years ago

2.2.5-1

2 years ago

2.2.5-0

2 years ago

2.2.4

2 years ago

2.2.4-1

2 years ago

2.2.4-0

2 years ago

2.3.0-1

2 years ago

2.3.0-0

2 years ago

2.2.3

2 years ago

2.2.3-0

2 years ago

2.2.1-beta.1

2 years ago

2.2.2-beta.1

2 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.1-0

3 years ago

2.2.2-0

3 years ago

2.1.0-rc.5

3 years ago

2.1.0-rc.4

3 years ago

2.1.0

3 years ago

2.1.0-rc.3

3 years ago

2.1.0-rc.2

3 years ago

2.1.0-rc.1

3 years ago

2.1.0-next.20

3 years ago

2.1.0-next.23

3 years ago

2.1.0-next.22

3 years ago

2.1.0-next.21

3 years ago

2.1.0-next.19

3 years ago

2.1.0-next.18

3 years ago

2.1.0-next.17

3 years ago

2.1.0-next.16

3 years ago

2.1.0-next.15

3 years ago

2.1.0-next.14

3 years ago

2.1.0-next.13

3 years ago

2.1.0-next.12

3 years ago

2.1.0-next.11

3 years ago

2.1.0-next.10

3 years ago

2.1.0-next.9

3 years ago

2.1.0-next.6

3 years ago

2.1.0-next.5

3 years ago

2.1.0-next.8

3 years ago

2.1.0-next.7

3 years ago

2.0.4-0

3 years ago

2.1.0-next.4

3 years ago

2.1.0-next.2

3 years ago

2.1.0-next.1

3 years ago

2.1.0-next.3

3 years ago

2.0.3-beta.2

3 years ago

2.0.3-beta.1

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.2-2

3 years ago

2.0.2-1

3 years ago

2.0.2-0

3 years ago

2.0.1

3 years ago

2.0.1-beta.1

3 years ago

2.0.1-0

3 years ago

1.0.1-beta.1

3 years ago

2.0.0

3 years ago

2.0.0-11

3 years ago

2.0.0-10

3 years ago

2.0.0-9

3 years ago

2.0.0-8

3 years ago

2.0.0-7

3 years ago

2.0.0-6

3 years ago

2.0.0-5

3 years ago

2.0.0-4

3 years ago

2.0.0-3

3 years ago

2.0.0-2

3 years ago

2.0.0-1

3 years ago

2.0.0-0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago