Skip to content
Snippets Groups Projects
Commit 636d712c authored by Jack Reed's avatar Jack Reed Committed by Mathias Maaß
Browse files

removed customized terser in favor of default (#2388)

parent 1538eaa3
No related branches found
No related tags found
No related merge requests found
const path = require('path');
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
const paths = require('./config/paths');
const eslintLoaderConfig = {
......@@ -62,15 +61,6 @@ const baseConfig = [
],
}],
},
optimization: {
minimizer: [
new TerserPlugin({
terserOptions: {
keep_fnames: true,
},
}),
],
},
output: {
filename: 'mirador.min.js',
library: 'Mirador',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment