File tree Expand file tree Collapse file tree 4 files changed +4880
-3162
lines changed
Expand file tree Collapse file tree 4 files changed +4880
-3162
lines changed Original file line number Diff line number Diff line change 4141 href ="https://fonts.googleapis.com/icon?family=Material+Icons "
4242 rel ="stylesheet "
4343 />
44- < link
45- rel ="stylesheet "
46- href ="https://cdn.jsdelivr.net/npm/apexcharts@3.36.0/dist/apexcharts.min.css "
47- />
4844 </ head >
4945 < body >
5046 <!-- quasar:entry-point -->
51- < script
52- src ="https://cdn.jsdelivr.net/npm/apexcharts@3.36.0/dist/apexcharts.min.js "
53- integrity ="sha256-mikOxoTv7g0jzVKZf9F/dlUkBPLPfji45Kl3zpwz+dw= "
54- crossorigin ="anonymous "
55- > </ script >
5647 </ body >
5748</ html >
Original file line number Diff line number Diff line change 11{
22 "name" : " q-manui" ,
3- "version" : " 1.1.1 " ,
4- "description" : " DenoMan 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
4+ "description" : " DenoMan 1.1.2 " ,
55 "productName" : " DenoMan" ,
66 "author" : " Sameh Fakoua <s.fakoua@gmail.com>" ,
77 "private" : true ,
Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ module.exports = configure(function (/* ctx */) {
7676 // [ 'package-name', { ..options.. } ]
7777 // ]
7878 extendViteConf ( viteConf ) {
79- viteConf . build . rollupOptions = {
80- external : [ 'apexcharts' ] ,
81- } ;
79+ // viteConf.build.rollupOptions = {
80+ // external: ['apexcharts'],
81+ // };
82+ viteConf . build . minify = true ;
8283 } ,
8384 } ,
8485
You can’t perform that action at this time.
0 commit comments