Skip to content

Commit

Permalink
Add LICENSE file to package. Closes #147
Browse files Browse the repository at this point in the history
  • Loading branch information
garrytrinder committed Feb 13, 2025
1 parent bfa47c1 commit 5ba0640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]' },
],
}),
],
Expand Down

0 comments on commit 5ba0640

Please sign in to comment.