We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab45ca7 commit 5027a1cCopy full SHA for 5027a1c
src/boilerplate/site/custom/package.json
@@ -9,9 +9,11 @@
9
"scripts": {
10
"build": "rollup -c rollup.config.js",
11
"start": "yarn run watch",
12
- "watch": "rollup --watch -c rollup.config.js"
+ "watch": "rollup --watch -c rollup.config.js",
13
+ "analyze": "cem analyze --litelement --exclude build 'src/custom.js'"
14
},
15
"devDependencies": {
16
+ "@custom-elements-manifest/analyzer": "^0.10.3",
17
"rollup": "^2.0.0",
18
"@rollup/plugin-node-resolve": "16.0.0",
19
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
0 commit comments