diff --git a/webpack.config.js b/webpack.config.js index b661ccc..d004aea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,8 +48,9 @@ const extensionConfig = { plugins: [ new CopyPlugin({ patterns: [ - {from: 'src/snippets.json', to: '[name][ext]'}, - {from: 'src/icon.png', to: '[name][ext]'}, + { from: 'src/snippets.json', to: '[name][ext]' }, + { from: 'src/icon.png', to: '[name][ext]' }, + { from: 'LICENCE', to: '[name][ext]' }, ], }), ],