Skip to content

Commit

Permalink
docs: change es6 import to cjs require
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored and kaisermann committed Oct 6, 2020
1 parent fd105a8 commit e5fd816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {

```js
// svelte.config.js
import sveltePreprocess from 'svelte-preprocess';
const sveltePreprocess = require('svelte-preprocess');

module.exports = {
preprocess: sveltePreprocess({
Expand Down

0 comments on commit e5fd816

Please sign in to comment.