remove esm and use cjs output from plugins

This commit is contained in:
Raghunandan
2020-03-31 14:48:32 +02:00
committed by nikek
parent e4195998ce
commit b3a7057191
7 changed files with 55 additions and 51 deletions
-1
View File
@@ -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,
-1
View File
@@ -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",