Skip to content

Instantly share code, notes, and snippets.

Created January 17, 2018 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0eb60ddd706ebde0b4d57deefca388a3 to your computer and use it in GitHub Desktop.
Save anonymous/0eb60ddd706ebde0b4d57deefca388a3 to your computer and use it in GitHub Desktop.
exports.config = {
bundles: [
{ components: ['my-app', 'app-home'] },
{ components: ['app-profile'] },
],
collections: [
{ name: '@stencil/router' }
]
};
exports.devServer = {
root: 'www',
watchGlob: '**/**'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment