mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
fix: config err in webpack
This commit is contained in:
parent
d7c83cc5eb
commit
5610448784
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user