1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-02 06:43:08 +02:00

fix uglifyjs webpack plugin upgrade

This commit is contained in:
koalyptus 2019-06-06 10:33:43 +10:00
parent ed2fef999a
commit a6c24c7885
7 changed files with 572 additions and 598 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1159
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.92",
"version": "0.6.93",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {

View file

@ -59,7 +59,7 @@ module.exports = {
sourceMap: true,
uglifyOptions: {
beautify: false,
compress: {warnings: false},
warnings: false,
comments: false,
keep_fnames: true
}