/webpack-builder-package-playground

A playground for researching to make webpack configurations as npm package.

Primary LanguageJavaScript

Usage

Link package into application

(cd my-package; yarn link)
(cd my-app; yarn link my-package)

Install dependencies

(cd my-package; yarn install)
(cd my-app; yarn install)

Use package

(cd my-app; yarn build)
# then check ./dist/main.js generated by webpack.config.js