Fixes rollup config docs
This commit is contained in:
parent
7fd6ae8780
commit
4b6ab60fe5
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ export default {
|
||||||
// npm, you'll most likely need these plugins. In
|
// npm, you'll most likely need these plugins. In
|
||||||
// some cases you'll need additional configuration —
|
// some cases you'll need additional configuration —
|
||||||
// consult the documentation for details:
|
// consult the documentation for details:
|
||||||
// https://github.com/rollup/rollup-plugin-commonjs
|
// https://github.com/rollup/plugins/tree/master/packages/commonjs
|
||||||
resolve({
|
resolve({
|
||||||
browser: true,
|
browser: true,
|
||||||
dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/')
|
dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/')
|
||||||
|
@ -68,4 +68,4 @@ function serve() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue