All Projects → vitalii-kopiievskiy → webpack-template

vitalii-kopiievskiy / webpack-template

Licence: MIT License
Basic configuration of Webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Pug
443 projects

Webpack template v.2

Basic configuration of Webpack.

Technologies

"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2",
"css-loader": "^6.4.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"postcss": "^8.4.5",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^7.2.3",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.7.3",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0"

Start using for a new project

Clone the repo Run npm i to install dependencies Run commands in terminal:

Development Server

npm start

Production Build

npm run build

Development mode

npm run dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].