Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 0154791

Browse files
committed
fix(core): use lower case attrs and not dash case
1 parent 6d5ef3c commit 0154791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/bundle-components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export function bundleCoreComponents(context: BuildContext) {
2020
const config = {
2121
srcDir: context.coreDir,
2222
destDir: context.buildDir,
23+
attrCase: 'lower',
2324
packages: {
2425
cleanCss: cleanCss,
2526
fs: fs,

0 commit comments

Comments
 (0)