webpack: fix copying of plugin.json
This commit is contained in:
@@ -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' },
|
||||||
|
|||||||
Reference in New Issue
Block a user