README
pobpack-utils
Utils for building projects with webpack.
See also
- pobpack-cli: generator to create projects with pobpack
- pobpack-node: build projects for node
- pobpack-browser: build projects for browser
- pobpack-fullstack: build projects for node and browser
API
use: import {} from 'pobpack-utils';
- webpack: export
webpack
. - type Options
- type PobpackCompiler
- createAppWebpackConfig(createWebpackConfig: Function): WebpackConfig: wrapper arround a webpack config creator which calls
createAppWebpackConfig.js
in the pwd if found. - createOptions(options: Object): Options
- createPobpackCompiler(bundleName: string, webpackConfig): PobpackCompiler
- createModuleConfig(options: Options)
- createPluginsConfig(options: Options)
- createResolveConfig(options: Options)