mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
a0570f7050
commit
0097119fce
3
.fes.js
3
.fes.js
@ -4,7 +4,7 @@
|
||||
* @Autor: 地虎降天龙
|
||||
* @Date: 2023-10-16 10:53:09
|
||||
* @LastEditors: 地虎降天龙
|
||||
* @LastEditTime: 2023-11-05 10:15:03
|
||||
* @LastEditTime: 2023-11-09 10:50:53
|
||||
*/
|
||||
// import { resolve } from 'path';
|
||||
import { join } from 'path';
|
||||
@ -40,6 +40,7 @@ export default defineBuildConfig({
|
||||
...templateCompilerOptions,
|
||||
},
|
||||
viteOption: {
|
||||
base: "/icegl-three-vue-tres",
|
||||
plugins: [
|
||||
UnoCSS({
|
||||
/* options */
|
||||
|
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><script type="module" crossorigin src="/static/polyfills-48f7923c.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Fes.js</title><link rel="shortcut icon" type="image/x-icon" href="./logo.png"><script type="module" crossorigin src="/static/index-3f28f1ce.js"></script><link rel="modulepreload" crossorigin href="/static/vendor-19b019cc.js"><link rel="stylesheet" href="/static/vendor-28ba1523.css"><link rel="stylesheet" href="/static/index-3e1ce5cb.css"></head><body><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><script type="module" crossorigin src="/icegl-three-vue-tres/static/polyfills-48f7923c.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Fes.js</title><link rel="shortcut icon" type="image/x-icon" href="./logo.png"><script type="module" crossorigin src="/icegl-three-vue-tres/static/index-8b0a7255.js"></script><link rel="modulepreload" crossorigin href="/icegl-three-vue-tres/static/vendor-19b019cc.js"><link rel="stylesheet" href="/icegl-three-vue-tres/static/vendor-28ba1523.css"><link rel="stylesheet" href="/icegl-three-vue-tres/static/index-3e1ce5cb.css"></head><body><div id="app"></div></body></html>
|
1
dist/static/index-3f28f1ce.js
vendored
1
dist/static/index-3f28f1ce.js
vendored
File diff suppressed because one or more lines are too long
1
dist/static/index-8b0a7255.js
vendored
Normal file
1
dist/static/index-8b0a7255.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
"dom"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"baseUrl": "/icegl-three-vue-tres",
|
||||
"baseUrl": ".",
|
||||
"jsx": "preserve",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"moduleResolution": "node",
|
||||
|
Loading…
x
Reference in New Issue
Block a user