remove esm and use cjs output from plugins
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"name": "@backstage/plugin-home-page",
|
||||
"version": "0.1.1-alpha.0",
|
||||
"main": "build/index.cjs.js",
|
||||
"module": "build/index.esm.js",
|
||||
"types": "build/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"private": false,
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "@backstage/plugin-welcome",
|
||||
"version": "0.1.1-alpha.0",
|
||||
"main": "build/index.cjs.js",
|
||||
"module": "build/index.esm.js",
|
||||
"types": "build/index.d.ts",
|
||||
"private": false,
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user