This commit is contained in:
lei.jiang 2018-06-27 22:26:20 +08:00
parent 1583b6a5ce
commit 934132a6df
2 changed files with 3 additions and 3 deletions

View File

@ -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
} }
]) ])
] ]

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB