https://github.com/vsnaichuk/webpack-config
⚙️ My webpack configuration
https://github.com/vsnaichuk/webpack-config
Last synced: 4 months ago
JSON representation
⚙️ My webpack configuration
- Host: GitHub
- URL: https://github.com/vsnaichuk/webpack-config
- Owner: vsnaichuk
- Created: 2020-01-08T17:05:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T10:57:40.000Z (over 4 years ago)
- Last Synced: 2023-03-07T21:24:56.471Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# My Webpack 4 setup
## Installing
* Clone this project (git clone ...)
* Install npm dependencies (npm install)
### Run development mode
`npm run dev`
### Run production mode
`npm run build`
### Run watch dev mode
"watch" all files changes
`npm run watch`
### Run with webpack dev server on localhost:8080
`npm run start`
### Run with webpack bundle analyzer and stats.json
`npm run stats`
## Dependencies and versions
* @babel/cli: 7.8.3
* @babel/core: 7.8.3
* @babel/preset-env: 7.8.3
* @babel/preset-react: 7.8.3
* @babel/preset-typescript: 7.8.3
* @babel/polyfill: 7.8.3
* babel-eslint: 10.0.3
* babel-loader: 8.0.6
* clean-webpack-plugin: 3.0.0
* copy-webpack-plugin: 5.1.1
* cross-env: 6.0.3
* css-loader: 3.4.2
* eslint: 6.8.0
* eslint-loader: 3.0.3
* eslint-plugin-react: 7.18.0
* file-loader: 5.0.2
* html-webpack-plugin: 3.2.0
* less: 3.10.3
* less-loader: 5.0.0
* mini-css-extract-plugin: 0.9.0
* node-sass: 4.13.1
* optimize-css-assets-webpack-plugin: 5.0.3
* sass-loader: 8.0.2
* style-loader: 1.1.2
* terser-webpack-plugin: 2.3.2
* webpack: 4.41.5
* webpack-bundle-analyzer: 3.6.0
* webpack-cli: 3.3.10
* webpack-dev-server: 3.10.1
* jquery: 3.4.1
* lodash: 4.17.15
* normalize.css: 8.0.1
* react: 16.12.0
* react-dom: 16.12.0