develog

[webpack] devtool 본문

카테고리 없음

[webpack] devtool

냐옴 2022. 3. 18. 16:46

 

Recommend choice

## for production
(none)
source-map

## for development
eval
eval-source-map

 

https://webpack.js.org/configuration/devtool/

 

Devtool | webpack

webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

webpack.js.org

 

Comments