Skip to content

Commit

Permalink
Change webpack from development to production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Sep 22, 2021
1 parent 6bd05cc commit f50227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const HTMLInlineCSSWebpackPlugin = require("html-inline-css-webpack-plugin")
.default;

module.exports = {
mode: "development",
mode: "production",
entry: "./src/index.js",
output: {
path: path.resolve(__dirname, "./dist"),
Expand Down

0 comments on commit f50227c

Please sign in to comment.