Skip to content

Commit 0a80449

Browse files
committed
Add LICENSE file to package. Closes #147
1 parent bfa47c1 commit 0a80449

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webpack.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ const extensionConfig = {
4848
plugins: [
4949
new CopyPlugin({
5050
patterns: [
51-
{from: 'src/snippets.json', to: '[name][ext]'},
52-
{from: 'src/icon.png', to: '[name][ext]'},
51+
{ from: 'src/snippets.json', to: '[name][ext]' },
52+
{ from: 'src/icon.png', to: '[name][ext]' },
53+
{ from: 'LICENCE', to: '[name][ext]' },
5354
],
5455
}),
5556
],

0 commit comments

Comments
 (0)