mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 20:19:38 +02:00
source-map
This commit is contained in:
parent
71e6e9240e
commit
e2f4cf9d00
2 changed files with 13 additions and 5 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue