Skip to content

Commit

Permalink
fix the icon.svg to be in the build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzog03 committed Nov 27, 2024
1 parent d31b35c commit dbc3127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emit-ch4plume-v1/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = (env) => {
}),
new CopyPlugin({
patterns: [{ from: "data", to: "data" }],
patterns: [{ from: "./icon.svg", to: "./" }],
}),
],
};
Expand Down

0 comments on commit dbc3127

Please sign in to comment.