Skip to content

Commit

Permalink
Fix: make @snowpack/plugin-svelte use svelte.config.cjs (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
babichjacob authored Feb 2, 2021
1 parent b6c2434 commit dc4ea38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/snowpack-config/snowpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = {
{
compilerOptions: {
hydratable: true
}
},
configFilePath: 'svelte.config.cjs'
}
]
],
Expand Down

0 comments on commit dc4ea38

Please sign in to comment.