webpack: fix copying of plugin.json

This commit is contained in:
Alexander Zobnin
2018-10-28 20:44:37 +03:00
parent 3b88711baf
commit c58cb42c12

View File

@@ -40,7 +40,7 @@ module.exports = {
plugins: [ plugins: [
new webpack.optimize.OccurrenceOrderPlugin(), new webpack.optimize.OccurrenceOrderPlugin(),
new CopyWebpackPlugin([ new CopyWebpackPlugin([
{ from: 'plugin.json' }, { from: '**/plugin.json' },
{ from: '**/*.html' }, { from: '**/*.html' },
{ from: 'dashboards/*' }, { from: 'dashboards/*' },
{ from: '../README.md' }, { from: '../README.md' },