add name to libs

This commit is contained in:
Yuri Kuznetsov
2025-09-16 14:50:53 +03:00
parent 93150b4419
commit c630db68d2

View File

@@ -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"
},
{