basic changes

This commit is contained in:
Labhansh Agrawal 2022-11-16 19:18:20 +05:30
parent 45fe2a6b15
commit de9dd1433a
13 changed files with 261 additions and 237 deletions

View file

@ -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'