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.
8 lines
352 B
8 lines
352 B
module.exports = {
|
|
mappings: {
|
|
"@node_modules/to-mark/dist/to-mark.min.js": "@libs/to-mark/",
|
|
"@node_modules/tui-code-snippet/dist/tui-code-snippet.min.js": "@libs/tui-code-snippet/",
|
|
"@node_modules/squire-rte/build/squire.js": "@libs/squire-rte/",
|
|
"@node_modules/tui-editor/dist/*.*": "@libs/tui-editor/"
|
|
}
|
|
} |