Almost there
This commit is contained in:
@@ -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()],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user