Skip to content

Commit

Permalink
Change order of filtered packages to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Feb 20, 2024
1 parent ce44219 commit eb43bc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/plugins/Gfi/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import { createFilter } from '@rollup/pluginutils'

const external = createFilter(
[
'@repositoryname/vuex-generators',
'@masterportal/masterportalapi/**',
'@polar/lib-get-cluster',
'@polar/lib-invisible-style',
'@polar/lib-tooltip',
'@masterportal/masterportalapi/**',
'@repositoryname/vuex-generators',
'i18next',
'just-compare',
'lodash.debounce',
'i18next',
'ol/**',
'vue',
'vuex',
Expand Down

0 comments on commit eb43bc1

Please sign in to comment.