Rework Webpack config

This commit is contained in:
MrTimscampi 2020-08-15 12:44:52 +02:00 committed by vitorsemeano
parent bfb8c7c1f6
commit 96eccd2ecd
7 changed files with 1034 additions and 1236 deletions

View file

@ -4,6 +4,7 @@ const packageConfig = require('./package.json');
module.exports = merge(common, {
mode: 'production',
entry: './scripts/site.js',
module: {
rules: [
{