Use index.cjs.js as entry point to scaffolder-node-test-utils
Signed-off-by: ovalice <user@example.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-node-test-utils': patch
|
||||
---
|
||||
|
||||
Updated publishConfig.main entry in package.json from `dist/index.esm.js` to `dist/index.cjs.js` for CommonJS compatibility.
|
||||
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "dist/index.d.ts"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user