pobpack-utils
TypeScript icon, indicating that this package has built-in type declarations

12.0.0 • Public • Published

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)

/pobpack-utils/

    Package Sidebar

    Install

    npm i pobpack-utils

    Weekly Downloads

    105

    Version

    12.0.0

    License

    ISC

    Unpacked Size

    208 kB

    Total Files

    45

    Last publish

    Collaborators

    • churpeau