mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Add website_list.json to webpack/publish.
This commit is contained in:
parent
6588fe70a1
commit
335ab694da
@ -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' }
|
||||
])
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user