diff --git a/webpack.config.js b/webpack.config.js index ded6968..99e9f92 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,6 +9,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin"); module.exports = { context: path.resolve(__dirname, 'src'), entry: './main.js', + mode: 'production', output: { path: path.resolve(__dirname, 'build'), }, @@ -49,4 +50,4 @@ module.exports = { } ] } -}; \ No newline at end of file +};