mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
add name to libs
This commit is contained in:
@@ -128,18 +128,21 @@
|
||||
"src": "client/lib/original/shopify-draggable.js",
|
||||
"bundle": true,
|
||||
"amdId": "@shopify/draggable",
|
||||
"name": "@shopify/draggable",
|
||||
"prepareCommand": "npx rollup node_modules/@shopify/draggable/build/esm/index.mjs --format amd --file client/lib/original/shopify-draggable.js --amd.id @shopify/draggable"
|
||||
},
|
||||
{
|
||||
"src": "client/lib/original/textcomplete-core.js",
|
||||
"bundle": true,
|
||||
"amdId": "@textcomplete/core",
|
||||
"name": "@textcomplete/core",
|
||||
"prepareCommand": "npx rollup node_modules/@textcomplete/core/dist/index.js --format amd --file client/lib/original/textcomplete-core.js --amd.id @textcomplete/core --plugin @rollup/plugin-node-resolve --plugin @rollup/plugin-commonjs"
|
||||
},
|
||||
{
|
||||
"src": "client/lib/original/textcomplete-textarea.js",
|
||||
"bundle": true,
|
||||
"amdId": "@textcomplete/textarea",
|
||||
"name": "@textcomplete/textarea",
|
||||
"prepareCommand": "npx rollup node_modules/@textcomplete/textarea/dist/index.js --format amd --file client/lib/original/textcomplete-textarea.js --amd.id @textcomplete/textarea --plugin @rollup/plugin-node-resolve --plugin @rollup/plugin-commonjs --external @textcomplete/core"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user