https://github.com/cliffcrerar/webpack-boiler
Webpack app preconfigured with plugins and loaders. See readme
https://github.com/cliffcrerar/webpack-boiler
boilerplate boilerplate-template boilerplates javascript quick-start quickstart template webpack
Last synced: 3 months ago
JSON representation
Webpack app preconfigured with plugins and loaders. See readme
- Host: GitHub
- URL: https://github.com/cliffcrerar/webpack-boiler
- Owner: CliffCrerar
- Created: 2019-04-21T01:49:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:51:44.000Z (over 2 years ago)
- Last Synced: 2025-01-03T03:10:50.537Z (5 months ago)
- Topics: boilerplate, boilerplate-template, boilerplates, javascript, quick-start, quickstart, template, webpack
- Language: JavaScript
- Homepage: https://webpack-boiler.now.sh
- Size: 2.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Preconfiguration with:
```
clean-webpack-plugin: 3.0.0
compression-webpack-plugin: 3.0.0
css-loader: 3.2.0
csv-loader: 3.0.2
file-loader: 4.2.0
html-webpack-plugin: 3.2.0
mini-css-extract-plugin: 0.8.0
node-sass: 4.13.0
sass: 1.23.6
sass-loader": 8.0.0
style-loader: 1.0.0
uglifyjs-webpack-plugin: 2.2.0
webpack: 4.41.2
webpack-cli: 3.3.10
webpack-dev-server: 3.9.0
webpack-manifest-plugin": 2.2.0
webpack-merge: 4.2.2
xml-loader: 1.2.1
```## Different configurations
|Config file|Phase used in|
|-|-|
|`webpack.config.common`| `development mode` and `production version` |
|`webpack.config.development`| `Development mode`|
|`webpack.config.production`| `Production version` |## How it works
get the app: `git clone https://github.com/CliffCrerar/webpack-boiler.git`;
start in `development mode`:
`npm run dev`
build `production version`:
`npm run build`
Output path: `public`