Skip to content

Commit

Permalink
setting up project for svelte devtools
Browse files Browse the repository at this point in the history
- not working yet, see: sveltejs/svelte-devtools#69
  • Loading branch information
patsissons committed Mar 10, 2023
1 parent c4074b1 commit 70a6ed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const config = {
$houdini: './$houdini',
},
},

compilerOptions: {
dev: process.env.NODE_ENV === 'development',
},
}

export default config

0 comments on commit 70a6ed3

Please sign in to comment.