Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
build: v.0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 2, 2021
1 parent 7f26da6 commit f72ce27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xsoulspace/vuefer",
"description": "vuefer just a way to write Vue3 styled like Flutter with Tailwind CSS",
"version": "0.8.2",
"version": "0.8.3",
"private": false,
"author": {
"name": "Anton Malofeev",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"baseUrl": ".",
"importHelpers": true,
"skipLibCheck": true,
Expand Down
12 changes: 6 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ export default defineConfig({
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled
// into your library
external: ['vue'],
// external: ['vue'],
plugins: [],
output: {
dir: './dist',
// Provide global variables to use in the UMD build
// for externalized deps
globals: {
vue: 'Vue',
},
// // Provide global variables to use in the UMD build
// // for externalized deps
// globals: {
// vue: 'Vue',
// },
},
},
},
Expand Down

0 comments on commit f72ce27

Please sign in to comment.