source-map

This commit is contained in:
Rachid Mrad 2024-11-19 20:02:41 -05:00
parent 71e6e9240e
commit e2f4cf9d00
No known key found for this signature in database
2 changed files with 13 additions and 5 deletions

View file

@ -38,7 +38,8 @@ function createBundleTask(source, output) {
.src(source)
.pipe(
webpack({
mode: 'production',
mode: 'production', // Use 'development' if you want less minification during debugging
devtool: 'source-map', // Enable source map generation
optimization: {
minimize: true,
minimizer: [