Skip to content

Commit e5fd816

Browse files
ignatiusmbkaisermann
authored andcommitted
docs: change es6 import to cjs require
1 parent fd105a8 commit e5fd816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default {
107107

108108
```js
109109
// svelte.config.js
110-
import sveltePreprocess from 'svelte-preprocess';
110+
const sveltePreprocess = require('svelte-preprocess');
111111

112112
module.exports = {
113113
preprocess: sveltePreprocess({

0 commit comments

Comments
 (0)