Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-26 14:31:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1a9c03c79d2b254f721d9274f2c263122e3ef24
b1a9c03c
1 parent
7d502175
fix 编辑提示警告优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
vite.config.js
vite.config.js
View file @
b1a9c03
/*
* @Date: 2024-08-26 10:12:56
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-
15 13:49:56
* @LastEditTime: 2024-10-
25 20:54:17
* @FilePath: /hager/vite.config.js
* @Description: 文件描述
*/
...
...
@@ -127,7 +127,7 @@ return defineConfig({
// mono2: path.resolve(__dirname, 'src/packages/mono2/index.html'),
},
},
target
:
'es2015'
//
target: 'es2015'
},
});
};
...
...
Please
register
or
login
to post a comment