22.11.26 : CRA없이 프로젝트 생성하기-4 (code splitting 연습)
Reference : 캡틴판교님 강의, 웹팩 핸드북 실습 package.json { "name": "code-splitting", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "css-loader": "^3.4.2", "mini-css-extract-plugin": "^0.9.0", "style-loader": "^1.1.3", "webpack": "^4.42.0"..