mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
402 B
9 lines
402 B
module.exports = {
|
|
mappings: {
|
|
"@node_modules/to-mark/dist/to-mark.min.js": "@libs/to-mark/",
|
|
"@node_modules/tui-code-snippet/dist/*.*": "@libs/tui-code-snippet/",
|
|
"@node_modules/squire-rte/build/squire.js": "@libs/squire-rte/",
|
|
"@node_modules/tui-editor/dist/*.*": "@libs/tui-editor/",
|
|
"@node_modules/@abp/tui-editor/src/*.*": "@libs/tui-editor/"
|
|
}
|
|
} |