Skip to content

Commit

Permalink
Remove rollup entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Mar 27, 2023
1 parent ce2c01f commit c30acc2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/lit-element/rollup.config.js
Expand Up @@ -12,7 +12,6 @@ export default litProdConfig({
entryPoints: [
'index',
'lit-element',
'experimental-hydrate-support',
'private-ssr-support',
'decorators',
'decorators/custom-element',
Expand Down
1 change: 0 additions & 1 deletion packages/lit-html/rollup.config.js
Expand Up @@ -36,7 +36,6 @@ export const defaultConfig = (options = {}) =>
'directive-helpers',
'async-directive',
'static',
'experimental-hydrate',
'private-ssr-support',
'polyfill-support',
'is-server',
Expand Down
2 changes: 0 additions & 2 deletions packages/lit/rollup.config.js
Expand Up @@ -65,8 +65,6 @@ export default litProdConfig({
'directives/when',
'async-directive',
'html',
'experimental-hydrate-support',
'experimental-hydrate',
'index',
'static-html',
],
Expand Down

0 comments on commit c30acc2

Please sign in to comment.