diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4dd8b7e..1937cfe09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Not released - Fix an issue on histogram's operations when processing a not finite value [#79](https://github.com/CartoDB/carto-react-lib/pull/79) +- Add sourcemaps and production mode in webpack bundles [#83](https://github.com/CartoDB/carto-react-lib/pull/83) ## 1.0.0-beta13 (2021-02-02) diff --git a/webpack.prod.js b/webpack.prod.js index a29f9e2b5..af69749c8 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -1,4 +1,3 @@ -// const path = require('path'); const config = require('./webpack.config.js'); for (const c of config) {