Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Dec 30, 2022
1 parent 363f2a6 commit 7b06106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = {
},
mode: "development",
plugins: [
new CopyWebpackPlugin(['index.html'])
new CopyWebpackPlugin(['index.html', 'term.js', 'style.css'])
],
};

0 comments on commit 7b06106

Please sign in to comment.