We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa47c1 commit 0a80449Copy full SHA for 0a80449
webpack.config.js
@@ -48,8 +48,9 @@ const extensionConfig = {
48
plugins: [
49
new CopyPlugin({
50
patterns: [
51
- {from: 'src/snippets.json', to: '[name][ext]'},
52
- {from: 'src/icon.png', to: '[name][ext]'},
+ { from: 'src/snippets.json', to: '[name][ext]' },
+ { from: 'src/icon.png', to: '[name][ext]' },
53
+ { from: 'LICENCE', to: '[name][ext]' },
54
],
55
}),
56
0 commit comments