diff --git a/webpack.config.ts b/webpack.config.ts index edaa98a6..da57025a 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -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/**']},