Skip to content

Commit

Permalink
Add index.html to our exported files
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Oct 21, 2022
1 parent 9f3f790 commit 27ad0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = (env, argv) => {
Buffer: ["buffer", "Buffer"],
}),
new StatoscopeWebpackPlugin(),
new CopyPlugin([{ from: "dev/" }]),
],
optimization: {
minimize: !isDevBuild,
Expand Down

0 comments on commit 27ad0e2

Please sign in to comment.