webpack: fix copying of plugin.json
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = {
|
||||
plugins: [
|
||||
new webpack.optimize.OccurrenceOrderPlugin(),
|
||||
new CopyWebpackPlugin([
|
||||
{ from: 'plugin.json' },
|
||||
{ from: '**/plugin.json' },
|
||||
{ from: '**/*.html' },
|
||||
{ from: 'dashboards/*' },
|
||||
{ from: '../README.md' },
|
||||
|
||||
Reference in New Issue
Block a user