Skip to content

Commit c9c1e28

Browse files
committed
V1.1.2
1 parent 0cf42e9 commit c9c1e28

File tree

4 files changed

+4880
-3162
lines changed

4 files changed

+4880
-3162
lines changed

q-manui/index.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,8 @@
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>

q-manui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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,

q-manui/quasar.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)