diff --git a/webpack.config.js b/webpack.config.js index cec6d14..ee0c926 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,7 @@ const path = require('path'); module.exports = { - mode: 'development', + mode: 'production', entry: './script.js', // Adjust the entry point as needed output: { filename: 'bundle.js',