mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 23:31:52 +00:00
refactor: clean vue-cli vestiges
This commit is contained in:
parent
332b4c4f03
commit
6c3037e3c4
2 changed files with 0 additions and 31 deletions
|
@ -1,5 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
plugins: {
|
|
||||||
autoprefixer: {}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue