Files
serverless-invoices/vue.config.js.example
2021-04-23 16:35:30 +03:00

19 lines
360 B
Plaintext

module.exports = {
publicPath: '/',
transpileDependencies: [
'bootstrap-vue',
],
pwa: {
name: 'Serverless Invoices',
manifestOptions: {
short_name: 'Invoices',
},
themeColor: '#edeff1',
appleMobileWebAppCapable: 'yes',
workboxPluginMode: 'GenerateSW',
workboxOptions: {
exclude: [/htaccess/],
},
},
};