copy yarn.lock to /target

This commit is contained in:
Labhansh Agrawal 2021-01-07 17:13:34 +05:30 committed by Benjamin Staneck
parent 14a34d33dd
commit fde0ffda43

View file

@ -41,6 +41,10 @@ const config: webpack.Configuration[] = [
globOptions: {ignore: ['**/node_modules/**']}, globOptions: {ignore: ['**/node_modules/**']},
to: '[name].[ext]' to: '[name].[ext]'
}, },
{
from: './app/yarn.lock',
to: 'yarn.lock'
},
{ {
from: './app/keymaps/*.json', from: './app/keymaps/*.json',
globOptions: {ignore: ['**/node_modules/**']}, globOptions: {ignore: ['**/node_modules/**']},