add name to libs
This commit is contained in:
@@ -128,18 +128,21 @@
|
|||||||
"src": "client/lib/original/shopify-draggable.js",
|
"src": "client/lib/original/shopify-draggable.js",
|
||||||
"bundle": true,
|
"bundle": true,
|
||||||
"amdId": "@shopify/draggable",
|
"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"
|
"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",
|
"src": "client/lib/original/textcomplete-core.js",
|
||||||
"bundle": true,
|
"bundle": true,
|
||||||
"amdId": "@textcomplete/core",
|
"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"
|
"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",
|
"src": "client/lib/original/textcomplete-textarea.js",
|
||||||
"bundle": true,
|
"bundle": true,
|
||||||
"amdId": "@textcomplete/textarea",
|
"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"
|
"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