4.4.7-alpha.9 • Published 4 years ago
@mrbuilder/plugin-webpack v4.4.7-alpha.9
This plugin is a core plugin that provides the root of the webpack support.
Options
| Property | Type | Default | Description | |
|---|---|---|---|---|
| libraryTarget | string | commonjs2 | Type of library to output | |
| library | string | root library name | ||
| mainFields | bool | string[] | true | Main fields source,browser,main |
| app | string | Directory to build app (not library) | ||
| demo | string | Directory to build demo (not library) | ||
| entry | object | {index:src/index.js} | Entry point | |
| outputPath | string | lib | where to put built library | |
| useExternals | bool | true | use externals | |
| externals | string | libraries to use as externals | ||
| externalizePeers | bool | true | Make peerDependencies external | |
| devtool | string | source-maps | A dev tool | |
| filename | string | name.hash.js | Name the javascript files | |
| alias | string[] | react,react-dom | Create alias's so only 1 version is used | |
| node | object | Maps to webpack.node | ||
| extensions | string[] | .js,.jsx,.json | Add extensions (depreacted use cli.extensions) | |
| public | string | "" | The "publicPath" options in webpack | |
| useTarget | string | "web" | The target property in webpack | |
| noParse | regex | A pattern for webpack not to parse | ||
| globalThis | string | The object to use for global, 'this' works server and browser |
4.4.7-alpha.9
4 years ago
4.4.6
5 years ago
4.4.4
5 years ago
4.4.1
5 years ago
4.4.0
5 years ago
4.3.7
5 years ago
4.3.0-alpha.0
6 years ago
4.3.0
6 years ago
4.2.0-alpha.8
6 years ago
4.2.1
6 years ago
4.2.0
6 years ago
4.2.0-alpha.6
6 years ago
4.2.0-alpha.3
6 years ago
4.2.0-alpha.2
6 years ago
4.2.0-alpha.0
6 years ago
4.2.0-alpha.1
6 years ago
4.1.3
6 years ago
4.1.2
6 years ago
4.1.0
6 years ago
4.0.17
6 years ago
4.0.16
6 years ago
4.0.10
6 years ago
4.0.11
6 years ago
4.0.9
6 years ago
4.0.8
6 years ago
4.0.4
6 years ago
4.0.3
6 years ago
4.0.1
6 years ago
4.0.2
6 years ago
4.0.0
6 years ago
4.0.0-alpha.14
6 years ago
4.0.0-alpha.13
6 years ago
4.0.0-alpha.12
6 years ago
4.0.0-alpha.11
6 years ago
4.0.0-alpha.10
6 years ago
4.0.0-alpha.2
7 years ago
4.0.0-alpha.1
7 years ago
4.0.0-alpha.0
7 years ago