You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Webpack 설치하기
->
package.json
에 webpack이 생겼는지 확인webpack.config.js
파일 설정mode: development
JS 결과물 최소화
css-minimizer-webpack-plugin
: CSS 파일 압축terser-webpack-plugin
: JS 난독화 / console 로그 제거 등splitChunks
chunks: 'all'
: 동기 / 비동기로 import된 모든 모듈에 대한 최적화 진행참고
webpack 설치
bundling 최적화
Beta Was this translation helpful? Give feedback.
All reactions