mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-16 14:20:37 -04:00
feat: production
This commit is contained in:
parent
e46e56578d
commit
551b6206ad
3 changed files with 4 additions and 1213 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue