@emmert/webpack-middleware
TypeScript icon, indicating that this package has built-in type declarations

0.22.0 • Public • Published

Webpack Middleware

Compose webpack config by feature. Express complex webpack configurations by combining feature-based middleware.

For example:

const config = await merge(
    useNode(),
    useGraphQL(),
    useTypescript(),
    useEnv(),
    useProjectConfig(),
    useWatch({
        entry: './dist/server.js',
        watch: shouldWatch,
    }),
)

Readme

Keywords

none

Package Sidebar

Install

npm i @emmert/webpack-middleware

Weekly Downloads

13

Version

0.22.0

License

MIT

Unpacked Size

13.4 kB

Total Files

14

Last publish

Collaborators

  • paco3346
  • robbyemmert