module.exports = {
publicPath: '',
productionSourceMap: false,
pwa: {
workboxOptions: {
skipWaiting: true
}
};