更改 monaco 地址

This commit is contained in:
liaoxuezhi 2019-07-25 18:16:08 +08:00
parent 014e3ba5c1
commit ccb7cacfcf

View File

@ -413,7 +413,8 @@ if (fis.project.currentMedia() === 'publish') {
ghPages.match('{*.min.js,monaco-editor/**.js}', {
optimizer: null
});
ghPages.match('monaco-editor/**', {
useHash: false
ghPages.match('monaco-editor/(**)', {
useHash: false,
release: '/n/monaco-editor/0.17.1/$1'
});
}