eurostat-barcode-generator
Version:
a simplified barcode generator tool with options
18 lines • 342 B
JavaScript
module.exports = {
test: /\.min\.js$/,
terserOptions: { // https://github.com/terser/terser#minify-options
ecma: 5,
ie8: false,
output: {
beautify: false,
comments: /^\/*!/,
},
warnings: false,
dead_code: true,
unused: true
},
extractComments: false,
cache: true,
parallel: true,
sourceMap: true
};