Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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