Bring back web-library role

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-01-15 11:53:18 +00:00
parent 2141af6bf9
commit a79f3b6e76
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ metadata:
title: '@backstage/canon'
spec:
lifecycle: experimental
type: backstage-node-library
type: backstage-web-library
owner: design-system-maintainers
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@backstage/canon",
"version": "0.0.0",
"backstage": {
"role": "node-library"
"role": "web-library"
},
"publishConfig": {
"access": "public",
+2
View File
@@ -14,9 +14,11 @@
* limitations under the License.
*/
/* eslint-disable no-restricted-imports */
import { transform, bundle } from 'lightningcss';
import fs from 'fs';
import path from 'path';
/* eslint-enable no-restricted-imports */
// Check if core.css and components.css exist
const cssFiles = ['src/css/core.css', 'src/css/components.css'];