[examples] Make -functions example the default (#3541)

* Remove now-examples references

* Adjust gatsby example

* Adjust svelte example

* Adjust vanilla example
This commit is contained in:
Andy
2020-01-10 12:48:45 +01:00
committed by GitHub
parent 2db627b79d
commit 0c6c6677a7
54 changed files with 215 additions and 1604 deletions

View File

@@ -30,11 +30,7 @@ export default {
// some cases you'll need additional configuration —
// consult the documentation for details:
// https://github.com/rollup/rollup-plugin-commonjs
resolve({
browser: true,
dedupe: importee =>
importee === 'svelte' || importee.startsWith('svelte/'),
}),
resolve({ browser: true }),
commonjs(),
// Watch the `public` directory and refresh the