Skip to content

Commit

Permalink
Put the vuetify plugin at a different position so it works
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 8, 2024
1 parent 6322b32 commit f17a5d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export default {
defaultLang: { script: 'ts', style: 'scss' },
css: false,
}),
vuetify(),
scss({ fileName: 'index.css', sourceMap: true }),
// Types are not checked as typechecking does not work for vue-files with the current version, might be fixable with an upgrade of vue and vuex; see https://github.com/vuejs/vuex/pull/1121.
typescript({ check: false }),
vuetify(),
commonjs(),
resolve(),
svg(),
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/AddressSearch/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export default {
defaultLang: { script: 'ts', style: 'scss' },
css: false,
}),
vuetify(),
scss({ fileName: 'index.css', sourceMap: true }),
// Types are not checked as typechecking does not work for vue-files with the current version, might be fixable with an upgrade of vue and vuex; see https://github.com/vuejs/vuex/pull/1121.
typescript({ check: false }),
vuetify(),
commonjs(),
resolve(),
terser(),
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Gfi/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default {
defaultLang: { script: 'ts', style: 'scss' },
css: false,
}),
vuetify(),
scss({ fileName: 'index.css', sourceMap: true }),
// Types are not checked as typechecking does not work for vue-files with the current version, might be fixable with an upgrade of vue and vuex; see https://github.com/vuejs/vuex/pull/1121.
typescript({ check: false }),
vuetify(),
commonjs(),
resolve(),
terser(),
Expand Down

0 comments on commit f17a5d8

Please sign in to comment.