Skip to content

Commit

Permalink
fix: mark quasar/ant as external
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Jan 29, 2024
1 parent f904085 commit 4b18f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
formats: ['es', 'umd'],
},
rollupOptions: {
external: ['vue', '@vue-js-cron/core'],
external: ['vue', '@vue-js-cron/core', 'ant-design-vue'],
output: {
assetFileNames: 'ant.css',
exports: 'named',
Expand Down
2 changes: 1 addition & 1 deletion quasar/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
formats: ['es', 'umd'],
},
rollupOptions: {
external: ['vue', '@vue-js-cron/core'],
external: ['vue', '@vue-js-cron/core', 'quasar'],
output: {
assetFileNames: 'quasar.css',
exports: 'named',
Expand Down

0 comments on commit 4b18f7e

Please sign in to comment.