Skip to content

Commit

Permalink
convert from cjs to js
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko committed Nov 23, 2022
1 parent d72d5d5 commit c33dec0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const sveltePreprocess = require('svelte-preprocess');
import sveltePreprocess from 'svelte-preprocess';

module.exports = {
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}

export default config;
File renamed without changes.

0 comments on commit c33dec0

Please sign in to comment.