Skip to content

Commit

Permalink
Merge pull request #1362 from girder/use-minified-geojs
Browse files Browse the repository at this point in the history
Use minified geojs
  • Loading branch information
manthey authored Nov 8, 2023
2 parents 6436a54 + 7ea62de commit 1b9d16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Improvements
- Have zarr use read-only mode ([#1360](../../pull/1360))
- Use minified geojs ([#1362](../../pull/1362))

### Bug Fixes
- Default to "None" for the DICOM assetstore limit ([#1359](../../pull/1359))
Expand Down
2 changes: 1 addition & 1 deletion girder/girder_large_image/web_client/webpack.helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {VueLoaderPlugin} = require('vue-loader');
module.exports = function (config) {
config.plugins.push(
new CopyWebpackPlugin([{
from: require.resolve('geojs'),
from: require.resolve('geojs/geo.lean.min.js'),
to: path.join(config.output.path, 'extra', 'geojs.js'),
toType: 'file'
}, {
Expand Down

0 comments on commit 1b9d16c

Please sign in to comment.