diff --git a/webpack.config.js b/webpack.config.js index 738094f..0ba298c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,7 @@ const path = require('path'); const HtmlWebpackPlugin = require("html-webpack-plugin"); module.exports = { - mode: 'development', + mode: 'production', entry: './src/js/index.js', output: {