Update all packages to latest versions

This commit is contained in:
dinamiko 2021-09-29 11:10:56 +02:00
parent b6cde1f593
commit 065fc4c241
12 changed files with 2287 additions and 7267 deletions

View file

@ -2,7 +2,7 @@ const path = require('path');
const isProduction = process.env.NODE_ENV === 'production';
module.exports = {
devtool: 'sourcemap',
devtool: 'eval-source-map',
mode: isProduction ? 'production' : 'development',
target: 'web',
entry: {