Skip to content
Snippets Groups Projects
Commit 57a99b2b authored by Hugo's avatar Hugo
Browse files

update plugin instanciation

parent b3cf143c
No related branches found
No related tags found
1 merge request!4Dev
......@@ -36,14 +36,16 @@ module.exports = {
filename: 'index.js'
},
plugins: [
new CopyPlugin([
new CopyPlugin({
patterns: [
{ from: 'manifest.konnector' },
{ from: 'package.json' },
{ from: 'README.md' },
{ from: 'assets', transform: optimizeSVGIcon },
{ from: '.travis.yml' },
{ from: 'LICENSE' }
]),
]
}),
new webpack.DefinePlugin({
__WEBPACK_PROVIDED_MANIFEST__: JSON.stringify(readManifest())
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment