Fixes rollup config docs

This commit is contained in:
Brad Janke 2019-12-28 17:06:07 -06:00 committed by Conduitry
parent 7fd6ae8780
commit 4b6ab60fe5

View file

@ -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/')
@ -68,4 +68,4 @@ function serve() {
}
}
};
}
}