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
- Host: GitHub
- URL: https://github.com/anilanar/webpack-npm-build
- Owner: anilanar
- Created: 2017-04-06T21:59:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T13:00:14.000Z (about 9 years ago)
- Last Synced: 2025-02-21T19:44:54.776Z (over 1 year ago)
- Topics: build, plugin, webpack
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.