Skip to content

Commit

Permalink
Fix LitElement build (#1289)
Browse files Browse the repository at this point in the history
Fixes build for individual decorators.
  • Loading branch information
Steve Orvell committed Sep 21, 2020
1 parent 563a97c commit 18ab2f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/lit-element/rollup.config.js
Expand Up @@ -42,7 +42,17 @@ const entryPoints = [
'lit-element',
'lib/updating-element',
'lib/css-tag',
'lib/lit-element-polyfill',
'lib/decorators',
'lib/decorators/base',
'lib/decorators/customElement',
'lib/decorators/eventOptions',
'lib/decorators/internalProperty',
'lib/decorators/property',
'lib/decorators/query',
'lib/decorators/queryAll',
'lib/decorators/queryAssignedNodes',
'lib/decorators/queryAsync'
];

export default {
Expand Down

0 comments on commit 18ab2f9

Please sign in to comment.