refactor: clean vue-cli vestiges

This commit is contained in:
Tixie 2019-03-12 10:14:14 +01:00
parent 332b4c4f03
commit 6c3037e3c4
2 changed files with 0 additions and 31 deletions

View file

@ -1,5 +0,0 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}

View file

@ -1,26 +0,0 @@
module.exports = {
pwa: {
name: 'Souvenir',
themeColor: '#8420a7',
msTileColor: '#212045',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxOptions: {
importWorkboxFrom: 'local'
}
},
parallel: false,
configureWebpack: {
module: {
rules: [
{
test: /\.worker\.js$/,
use: {
loader: 'worker-loader',
options: { inline: true }
}
}
]
}
}
}