Skip to content

Commit

Permalink
fix: fix missing lit-element
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Apr 21, 2022
1 parent da4377a commit 4cb8091
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ export default {
],
extract: false,
}),
postcssLit({
importPackage: 'lit-element',
}),
postcssLit(),
image(),
IS_DEV && serve(serverOptions),
!IS_DEV && minifyLiterals(),
Expand Down

0 comments on commit 4cb8091

Please sign in to comment.