feat: production

This commit is contained in:
Smigz 2023-12-20 12:25:51 -05:00
parent e46e56578d
commit 551b6206ad
3 changed files with 4 additions and 1213 deletions

View file

@ -2,7 +2,7 @@ const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
mode: 'development',
mode: 'production',
entry: {
index: './src/index.js',
},