Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kang-theo/webpack-blog
Webpack configure practice
https://github.com/kang-theo/webpack-blog
javascript nodejs webpack yarn
Last synced: 3 days ago
JSON representation
Webpack configure practice
- Host: GitHub
- URL: https://github.com/kang-theo/webpack-blog
- Owner: kang-theo
- Created: 2024-02-07T05:46:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T12:13:38.000Z (9 months ago)
- Last Synced: 2024-02-20T13:29:57.771Z (9 months ago)
- Topics: javascript, nodejs, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Initialization
yarn init -y
yarn add --dev webpack webpack-cli
use .dist/main.js in index.html | npx webpack | preview with Live Server
yarn add style-loader css-loader
yarn add --dev html-webpack-plugin
yarn add --dev babel-loader @babel/core @babel/preset-env
yarn add --dev terser-webpack-plugin
yarn add --dev webpack-dev-server | yarn start
yarn add --dev webpack-bundle-analyzer | npx webpack