Almost there

This commit is contained in:
Daniel Ledda
2020-11-14 15:16:50 +01:00
parent c4a121cbd2
commit b027434827
3 changed files with 6 additions and 1946 deletions

View File

@@ -27,11 +27,8 @@ const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
module.exports = {
mode: 'development',
mode: 'production',
entry: './src/main.ts',
plugins: [new webpack.ProgressPlugin()],