mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
fix:markdown-it 里依赖 punycode 但没声明,帮它声明一下 (#1847)
This commit is contained in:
parent
ea215312a1
commit
6d19967094
@ -491,7 +491,8 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
'!linkify-it/**',
|
||||
'!mdurl/**',
|
||||
'!uc.micro/**',
|
||||
'!markdown-it/**'
|
||||
'!markdown-it/**',
|
||||
'!punycode/**'
|
||||
],
|
||||
|
||||
'rich-text.js': [
|
||||
@ -514,7 +515,8 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
'linkify-it/**',
|
||||
'mdurl/**',
|
||||
'uc.micro/**',
|
||||
'markdown-it/**'
|
||||
'markdown-it/**',
|
||||
'punycode/**'
|
||||
],
|
||||
|
||||
'color-picker.js': [
|
||||
|
@ -66,6 +66,7 @@
|
||||
"monaco-editor": "0.23.0",
|
||||
"papaparse": "^5.3.0",
|
||||
"prop-types": "^15.6.1",
|
||||
"punycode": "^2.1.1",
|
||||
"qrcode.react": "^0.8.0",
|
||||
"qs": "6.5.1",
|
||||
"rc-input-number": "6.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user