minor on webcomponents
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user