mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
tinymce 编译配置相关
This commit is contained in:
parent
2c3273b686
commit
bb969db308
@ -61,6 +61,14 @@ fis.match('/node_modules/**.js', {
|
||||
isMod: true
|
||||
});
|
||||
|
||||
fis.match('tinymce/{tinymce.js,plugins/**.js,themes/silver/theme.js}', {
|
||||
ignoreDependencies: true
|
||||
});
|
||||
|
||||
fis.match('tinymce/plugins/*/index.js', {
|
||||
ignoreDependencies: false
|
||||
});
|
||||
|
||||
fis.match('/docs/**.md', {
|
||||
rExt: 'js',
|
||||
parser: [
|
||||
|
Loading…
Reference in New Issue
Block a user