af-webpack
Unique webpack wrapper for ant financial.
Why af-webpack ?
TODO
CLIs based on af-webpack
Configuration
See ./Configuration.md.
API
af-webpack/getConfig
Get webpack config with opts.
const webpackConfig = ;// use webpackConfig to dev or build
af-webpack/dev
Run webpack-dev-server more gracefully with react-dev-utils.
;
webpackConfig is required, other optional.
Options:
webpackConfig
: The webpack configextraMiddlewares
: Extra middlewares for webpack-dev-server, based on expressbeforeServer
: The function to execute before dev server is startedafterServer
: The function to execute after dev server is startedonCompileDone
onCompileInvalid
proxy
: The proxy config which will pass through to webpack-dev-server
af-webpack/build
Run webpack compilation.
;
webpackConfig is required, other optional.
Options:
webpackConfig
: the webpack configsuccess
: the function to execute after build is done successfully
af-webpack/react-dev-utils
The APIs related to react-dev-utils.
- webpackHotDevClientPath:the real path of webpackHotDevClient
af-webpack/webpack
The webpack, useful to register extra webpack plugins.
af-webpack/registerBabel
Register babel for extra files.
LICENSE
MIT