minor on webcomponents

This commit is contained in:
lesion
2021-12-02 10:47:37 +01:00
parent b428a692d1
commit 88c9d48431
5 changed files with 844 additions and 27 deletions

View File

@@ -11,11 +11,19 @@ module.exports = {
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
],
script: [{ src: '/gancio-events.es.js' }],
link: [{ rel: 'icon', type: 'image/png', href: '/logo.png' }]
},
dev: (process.env.NODE_ENV !== 'production'),
server: config.server,
vue: {
config: {
ignoredElements: ['gancio-events']
}
},
/*
** Customize the progress-bar component
*/