mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
gh-pages 更新
This commit is contained in:
parent
43c28ecc02
commit
8d93357479
@ -316,7 +316,7 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
useHash: true
|
||||
});
|
||||
|
||||
ghPages.match('*.{js,ts,tsx}', {
|
||||
ghPages.match('*.{js,ts,tsx,jsx}', {
|
||||
optimizer: fis.plugin('uglify-js'),
|
||||
useHash: true
|
||||
});
|
||||
@ -347,7 +347,7 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
ghPages.match('{*.min.js,monaco-editor/**.js}', {
|
||||
optimizer: null
|
||||
});
|
||||
ghPages.match('monaco-editor/**.js', {
|
||||
ghPages.match('monaco-editor/**', {
|
||||
useHash: false
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user