mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Optimize firefox webpack.
This commit is contained in:
parent
97f28dcc95
commit
c9f5bc7fef
@ -67,8 +67,8 @@ const webpack = require( 'webpack' ),
|
||||
{ from : 'src/options/options.html', to : '../options/' },
|
||||
{ from : 'src/options/custom.html', to : '../options/' },
|
||||
{ from : 'src/options/sitemgr.html', to : '../options/' },
|
||||
{ context: 'ext/assets/images/', from : "*" , to : '../assets/images' },
|
||||
{ context: 'ext/_locales/', from : "*/*" , to : '../_locales/' },
|
||||
{ context: 'src/assets/images/', from : "*" , to : '../assets/images' },
|
||||
{ context: 'src/_locales/', from : "*/*" , to : '../_locales/' },
|
||||
])
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user