Skip to content

Commit

Permalink
Fixes rollup config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Janke authored and Conduitry committed Dec 29, 2019
1 parent 7fd6ae8 commit 4b6ab60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
// npm, you'll most likely need these plugins. In
// some cases you'll need additional configuration —
// consult the documentation for details:
// https://github.com/rollup/rollup-plugin-commonjs
// https://github.com/rollup/plugins/tree/master/packages/commonjs
resolve({
browser: true,
dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/')
Expand Down Expand Up @@ -68,4 +68,4 @@ function serve() {
}
}
};
}
}

0 comments on commit 4b6ab60

Please sign in to comment.