1.0.0 • Published 6 years ago

@split-demo/shared-build-deps v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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 --dev

or

npm --save-dev @split-demo/shared-build-deps

with 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.