Skip to content

Commit

Permalink
Merge pull request #90 from maerten/hmr-lit-v3
Browse files Browse the repository at this point in the history
webdev server hmr example: use lit v3
  • Loading branch information
Westbrook authored May 25, 2024
2 parents 8700df7 + 3ad5d2e commit 85fdf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default /** @type {import('@web/dev-server').DevServerConfig} */ ({

plugins: [
/** Use Hot Module Replacement by uncommenting. Requires @open-wc/dev-server-hmr plugin */
// hmr && hmrPlugin({ exclude: ['**/*/node_modules/**/*'], presets: [presets.litElement] }),
// hmr && hmrPlugin({ exclude: ['**/*/node_modules/**/*'], presets: [presets.lit] }),
],

// See documentation for all available options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default /** @type {import('@web/dev-server').DevServerConfig} */ ({

plugins: [
/** Use Hot Module Replacement by uncommenting. Requires @open-wc/dev-server-hmr plugin */
// hmr && hmrPlugin({ exclude: ['**/*/node_modules/**/*'], presets: [presets.litElement] }),
// hmr && hmrPlugin({ exclude: ['**/*/node_modules/**/*'], presets: [presets.lit] }),
],

// See documentation for all available options
Expand Down

0 comments on commit 85fdf48

Please sign in to comment.