Skip to content

Commit

Permalink
feat(web components): use raw source and minify on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 23, 2020
1 parent e6f5746 commit eed42e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,7 @@ export const constant: IConstant = {
// The experimental variant is based on https://github.com/webcomponents/shadycss/pull/242
experimental: [
"node_modules/@webcomponents/shadydom/src/shadydom.js",
"polyfill-lib/shady-css/src(scoping-shim.js",
"polyfill-lib/shady-css/src/scoping-shim.js",
"node_modules/@webcomponents/shadycss/src/custom-style-interface.js"
]
},
Expand Down

0 comments on commit eed42e7

Please sign in to comment.