Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Enable Lit dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Jun 18, 2021
1 parent 7be9a1c commit b92925f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-dev-server.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import { fromRollup } from '@web/dev-server-rollup';

export default {
appIndex: 'index.html',
nodeResolve: true,
nodeResolve: {
exportConditions: ['development']
},
plugins: [
esbuildPlugin({ ts: true }),
...(process.env.NODE_ENV
Expand Down

0 comments on commit b92925f

Please sign in to comment.