From c630db68d2770837cfbbcf95a57ff50a2f62f0b2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 16 Sep 2025 14:50:53 +0300 Subject: [PATCH] add name to libs --- frontend/libs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/libs.json b/frontend/libs.json index 1929dd3e8a..99ea3ba8e1 100644 --- a/frontend/libs.json +++ b/frontend/libs.json @@ -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" }, {