Skip to content

Commit 4b6ab60

Browse files
Brad JankeConduitry
authored andcommitted
Fixes rollup config docs
1 parent 7fd6ae8 commit 4b6ab60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
// npm, you'll most likely need these plugins. In
3030
// some cases you'll need additional configuration —
3131
// consult the documentation for details:
32-
// https://github.com/rollup/rollup-plugin-commonjs
32+
// https://github.com/rollup/plugins/tree/master/packages/commonjs
3333
resolve({
3434
browser: true,
3535
dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/')
@@ -68,4 +68,4 @@ function serve() {
6868
}
6969
}
7070
};
71-
}
71+
}

0 commit comments

Comments
 (0)