mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
copy yarn.lock to /target
This commit is contained in:
parent
14a34d33dd
commit
fde0ffda43
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ const config: webpack.Configuration[] = [
|
|||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
to: '[name].[ext]'
|
||||
},
|
||||
{
|
||||
from: './app/yarn.lock',
|
||||
to: 'yarn.lock'
|
||||
},
|
||||
{
|
||||
from: './app/keymaps/*.json',
|
||||
globOptions: {ignore: ['**/node_modules/**']},
|
||||
|
|
|
|||
Loading…
Reference in a new issue