Skip to content

Commit 426091f

Browse files
committed
Add config for Custom Elements Manifest
1 parent 6425da3 commit 426091f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

custom-elements-manifest.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import {generateCustomData} from 'cem-plugin-vs-code-custom-data-generator'
2+
import {readme} from '@github/cem-plugin-readme'
3+
4+
export default {
5+
packagejson: true,
6+
globs: ['src/index.ts'],
7+
plugins: [
8+
readme(),
9+
generateCustomData()
10+
]
11+
}

0 commit comments

Comments
 (0)