fix: config err in webpack

This commit is contained in:
07akioni 2019-10-20 00:27:05 +08:00
parent d7c83cc5eb
commit 5610448784

View File

@ -38,7 +38,7 @@ const webpackConfig = {
new HtmlWebpackPlugin({
template: './demo/index.tpl',
filename: './index.html',
favicon: './assets/images/naivelogo.png'
favicon: './demo/assets/images/naivelogo.png'
}),
new VueLoaderPlugin(),
new webpack.LoaderOptionsPlugin({