https://github.com/mattlean/ljas-webpack
webpack configuration parts for webpack config compositions
https://github.com/mattlean/ljas-webpack
javascript webpack
Last synced: over 1 year ago
JSON representation
webpack configuration parts for webpack config compositions
- Host: GitHub
- URL: https://github.com/mattlean/ljas-webpack
- Owner: mattlean
- License: mit
- Created: 2020-10-02T23:58:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T05:30:35.000Z (over 4 years ago)
- Last Synced: 2023-08-02T01:38:24.157Z (almost 3 years ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 3.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**THIS PROJECT HAS MOVED TO THE [LEAN JAVASCRIPT APPLICATION STARTER MONOREPO](https://github.com/mattlean/lean-js-app-starter/tree/master/ljas-webpack).**
# Lean JS App Starter Webpack Parts
[](https://npmjs.com/package/ljas-webpack) [](https://github.com/mattlean/ljas-webpack/blob/master/LICENSE)
These are the configuration parts used for the [webpack](https://webpack.js.org) config compositions for [Lean JavaScript Application Starter](https://github.com/mattlean/lean-js-app-starter).
## Install
`npm install --save-dev ljas-webpack`
`yarn add --dev ljas-webpack`
## Usage
To compose custom webpack configs with these parts, you should use them with [webpack-merge](https://npmjs.com/package/webpack-merge). The expected composition strategy is described on the ["Composing Configuration" page](https://survivejs.com/webpack/developing/composing-configuration) in the SurviveJS webpack book—a book written by an ex-webpack core team member, Juho Vepsäläinen.
## License
This project is [MIT licensed](https://github.com/mattlean/ljas-webpack/blob/master/LICENSE).