reenable production sourcemaps

pull/14150/head
Román Jiménez 6 years ago
parent d2fea422f1
commit 392bff0dbd

@ -77,6 +77,7 @@ This release introduces a new API Key system. In order to migrate existing users
* Triggering ghost tables and common data when visiting the dashboard (#14010)
### Internals
* Re-enable sourcemaps in production, they were broken since the move to webpack v4
* Add `internal-carto.js` to transpilation process in Webpack (https://github.com/CartoDB/cartodb/pull/14117)
* Create a new JS bundle for Lockout page (https://github.com/CartoDB/cartodb/issues/14019)
* Update to Webpack 4, move CSS processing from Grunt to Webpack (https://github.com/CartoDB/cartodb/pull/14033)

@ -21,8 +21,8 @@ module.exports = merge(baseConfig, {
new UglifyJsPlugin({
cache: false,
parallel: true,
sourceMap: true,
uglifyOptions: {
sourceMap: true,
keep_fnames: true,
output: {
ascii_only: true,

Loading…
Cancel
Save