Skip to content

Commit

Permalink
Set Webpack mode to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Pats101 committed Sep 26, 2024
1 parent e4a9e3e commit ec8fe64
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
@@ -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',
Expand Down

0 comments on commit ec8fe64

Please sign in to comment.