File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig, loadEnv } from 'vite';
33import vue from '@vitejs/plugin-vue' ;
44import vueJsx from '@vitejs/plugin-vue-jsx' ;
55
6- // import changelog2Json from './web/plugins/changelog-to-json';
6+ import changelog2Json from './web/plugins/changelog-to-json' ;
77import tdocPlugin from './web/plugins/plugin-tdoc' ;
88
99const resolvePath = ( r ) => path . resolve ( __dirname , r ) ;
@@ -100,7 +100,7 @@ export default ({ mode }) => {
100100 isCustomElement,
101101 } ) ,
102102 tdocPlugin ( mode ) ,
103- // changelog2Json(),
103+ changelog2Json ( ) ,
104104 disableTreeShakingPlugin ( [ 'style/' , 'toast/' ] ) ,
105105 ] ,
106106 } ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig, loadEnv } from 'vite';
33import vue from '@vitejs/plugin-vue' ;
44import vueJsx from '@vitejs/plugin-vue-jsx' ;
55
6- // import changelog2Json from './web/plugins/changelog-to-json';
6+ import changelog2Json from './web/plugins/changelog-to-json' ;
77import tdocPlugin from './web/plugins/plugin-tdoc' ;
88
99const resolvePath = ( r ) => path . resolve ( __dirname , r ) ;
@@ -100,7 +100,7 @@ export default ({ mode }) => {
100100 isCustomElement,
101101 } ) ,
102102 tdocPlugin ( mode ) ,
103- // changelog2Json(),
103+ changelog2Json ( ) ,
104104 disableTreeShakingPlugin ( [ 'style/' , 'toast/' ] ) ,
105105 ] ,
106106 } ) ;
You can’t perform that action at this time.
0 commit comments