Skip to content

Commit

Permalink
fix do-catalog bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmorsot committed Jul 31, 2023
1 parent 0568203 commit 092dcdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.274-13",
"version": "1.0.0-assets.274-15",
"description": "CARTO UI frontend",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ module.exports = {
config.module.rule('images').use('url-loader')
.loader('file-loader')
.tap(options => Object.assign(options, {
name: '../../images/do-catalog/[name].[hash:8].[ext]'
name: '/images/do-catalog/[name].[hash:8].[ext]'
}));
config.module.rule('svg').use('file-loader')
.tap(options => Object.assign(options, {
name: '../../images/do-catalog/[name].[hash:8].[ext]'
name: '/images/do-catalog/[name].[hash:8].[ext]'
}));
}
config.externals([/^@deck.gl\/.+$/]);
Expand Down

0 comments on commit 092dcdc

Please sign in to comment.