changed webpack mode to production

This commit is contained in:
Sander Hautvast 2021-03-05 16:44:42 +01:00
parent 2caefc85c5
commit 06f7c169a7

View file

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