mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 21:30:14 +08:00
update
This commit is contained in:
parent
1583b6a5ce
commit
934132a6df
@ -147,15 +147,15 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: path.resolve(__dirname, '../sw.js'),
|
from: path.resolve(__dirname, '../sw.js'),
|
||||||
to: config.build.assetsSubDirectory
|
to: config.build.assetsRoot
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: path.resolve(__dirname, '../manifest.json'),
|
from: path.resolve(__dirname, '../manifest.json'),
|
||||||
to: config.build.assetsSubDirectory
|
to: config.build.assetsRoot
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: path.resolve(__dirname, '../logo.png'),
|
from: path.resolve(__dirname, '../logo.png'),
|
||||||
to: config.build.assetsSubDirectory
|
to: config.build.assetsRoot
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user