Skip to content

Commit fde0ffd

Browse files
LabhanshAgrawalStanzilla
authored andcommitted
copy yarn.lock to /target
1 parent 14a34d3 commit fde0ffd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webpack.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ const config: webpack.Configuration[] = [
4141
globOptions: {ignore: ['**/node_modules/**']},
4242
to: '[name].[ext]'
4343
},
44+
{
45+
from: './app/yarn.lock',
46+
to: 'yarn.lock'
47+
},
4448
{
4549
from: './app/keymaps/*.json',
4650
globOptions: {ignore: ['**/node_modules/**']},

0 commit comments

Comments
 (0)