File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2020 " LICENSE" ,
2121 " README.md"
2222 ],
23- "types" : " ./dist/types/src/polaris-vue.d.ts" ,
2423 "main" : " ./dist/polaris-vue.umd.js" ,
2524 "module" : " ./dist/polaris-vue.es.js" ,
2625 "scripts" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { replaceCodePlugin } from 'vite-plugin-replace';
55import svgLoader from 'vite-svg-loader' ;
66import checker from 'vite-plugin-checker' ;
77import vue from '@vitejs/plugin-vue' ;
8- import dts from 'vite-plugin-dts' ;
98import packageJson from './package.json' ;
109
1110export default defineConfig ( {
@@ -30,11 +29,6 @@ export default defineConfig({
3029 vue ( {
3130 reactivityTransform : true ,
3231 } ) ,
33- dts ( {
34- staticImport : true ,
35- outputDir : 'dist/types' ,
36- exclude : [ 'dist' , 'build' ] ,
37- } ) ,
3832 ] ,
3933 resolve : {
4034 alias : {
You can’t perform that action at this time.
0 commit comments