@split-demo/shared-build-deps
v1.0.0
Published
Split Demo shared build dependencies
Readme
Shared build dependencies
Build dependencies for Split Demo apps and main project. This repo simply encapsulates all the packages that we would otherwise copy-paste into devDependencies of every project that can be ran using webpack-dev-server.
Packages that should go here are ones used by the main repo to build, test or provide dev tools when the application is run in local environment using webpack-dev-server.
Usage
To add build deps to a project simply
yarn add @split-demo/shared-build-deps --devor
npm --save-dev @split-demo/shared-build-depswith npm v3. Higher versions of npm will not flatten the dependencies correctly.
This package should never be symlinked because that would break flattening of node_modules.