pobpack-utils

Utils for building projects with webpack.

Usage no npm install needed!

<script type="module">
  import pobpackUtils from 'https://cdn.skypack.dev/pobpack-utils';
</script>

README

pobpack-utils

Utils for building projects with webpack.

See also

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)