Skip to content

Commit

Permalink
🐛 (svelte) Use cjs for Svelte config
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Feb 18, 2022
1 parent 0fab290 commit 2c7273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sveltePreprocess from 'svelte-preprocess'
const sveltePreprocess = require('svelte-preprocess')

export default {
module.exports = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
Expand Down

0 comments on commit 2c7273a

Please sign in to comment.