pull/12065/head
Carlos Matallín 8 years ago
parent 35ca77e164
commit 8a5f49b18e

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "4.6.85.11962.07",
"version": "4.6.85.11962.08",
"description": "CARTO UI frontend",
"repository": {
"type": "git",

@ -21,7 +21,7 @@ module.exports = env => {
filename: `${version}/javascripts/[name].js`,
path: resolve(__dirname, 'public/assets')
},
devtool: 'cheap-module-source-map',
devtool: 'source-map',
plugins: Object.keys(entryPoints)
.map(entry => new webpack.optimize.CommonsChunkPlugin({
name: `${entry}_vendor`,
@ -77,6 +77,9 @@ module.exports = env => {
'wax.cartodb.js': {
exports: 'wax'
},
'lzma': {
exports: 'LZMA'
},
'html-css-sanitizer': {
exports: 'html'
}

Loading…
Cancel
Save