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 78b5f33
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', /* '@ant-design/icons-vue' */ ],

Check failure on line 26 in ant/vite.config.ts

View workflow job for this annotation

GitHub Actions / test (18.x)

Replace `,·/*·'@ant-design/icons-vue'·*/·` with `·/*·'@ant-design/icons-vue'·*/`

Check failure on line 26 in ant/vite.config.ts

View workflow job for this annotation

GitHub Actions / test / test (18.x)

Replace `,·/*·'@ant-design/icons-vue'·*/·` with `·/*·'@ant-design/icons-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 78b5f33

Please sign in to comment.