Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.
This repository was archived by the owner on May 23, 2025. It is now read-only.

[Suggestion] Disabling displaying JS Uglify Warnings  #46

@marbor3

Description

@marbor3

There are quite some warnings while uglifying main.js file - most if not all from 3rd party libs.

Maybe it's a good idea to disable them by adding compress options:

new webpack.optimize.UglifyJsPlugin({
	mangle: {
		'keep_fnames': true
	},
	compress: {
		warnings: false
	}
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions