Browse Source
Build source maps on production build again
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/21832/head
Julius Härtl
6 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
0 deletions
-
webpack.prod.js
|
|
|
@ -16,6 +16,7 @@ module.exports = common.map( |
|
|
|
keep_quoted_props: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
sourceMap: true, |
|
|
|
}), |
|
|
|
], |
|
|
|
}, |
|
|
|
|