An open API service indexing awesome lists of open source software.

https://github.com/anilanar/webpack-npm-build

webpack plugin that triggers npm build for submodules
https://github.com/anilanar/webpack-npm-build

build plugin webpack

Last synced: about 2 months ago
JSON representation

webpack plugin that triggers npm build for submodules

Awesome Lists containing this project

README

          

# webpack-npm-build

`webpack-npm-build` triggers `npm run build` when it detects a `package.json` with a build script when trying to resolve a sub-directory.

This is useful for projects containing self-contained sub-packages with their own build/test scripts, for example in monorepos.