basic changes
This commit is contained in:
parent
45fe2a6b15
commit
de9dd1433a
13 changed files with 261 additions and 237 deletions
|
|
@ -40,6 +40,11 @@ const config: webpack.Configuration[] = [
|
|||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
to: '[name][ext]'
|
||||
},
|
||||
{
|
||||
from: './app/config/*.json',
|
||||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
to: './config/[name][ext]'
|
||||
},
|
||||
{
|
||||
from: './app/yarn.lock',
|
||||
to: 'yarn.lock'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue