Overal improvement
This commit is contained in:
parent
f11aec082d
commit
7125e35103
15 changed files with 199 additions and 86 deletions
|
|
@ -32,7 +32,9 @@ module.exports = Object.assign(
|
|||
} // set a DEBUG flag that can be used in the scripts
|
||||
}),
|
||||
new CopyPlugin([
|
||||
{from: 'src/lang', to: 'lang'}
|
||||
{from: 'index.html'},
|
||||
{from: 'src/lang', to: 'lang'},
|
||||
{from: 'assets/public', to: 'assets'}
|
||||
]),
|
||||
new CompressionPlugin(
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue