Add website_list.json to webpack/publish.

This commit is contained in:
Kenshin 2017-01-09 16:24:42 +08:00
parent 6588fe70a1
commit 335ab694da

View File

@ -45,6 +45,7 @@ const webpack = require( 'webpack' ),
plugins.push(
new CopyWebpackPlugin([
{ from : "src/manifest.json" , to :'../' },
{ from : "src/website_list.json" , to :'../' },
{ context: 'src/assets/images/', from : "*" , to :'../assets/images' }
])
);