mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
rollback to uglify-es
This commit is contained in:
parent
c46ccbe647
commit
562a7538cf
@ -14,7 +14,7 @@ import yaml from 'js-yaml'
|
||||
import request from 'request'
|
||||
|
||||
// required to get our mix of old and ES6+ js to work with ugify-js 3
|
||||
import uglifyjs from 'uglify-js'
|
||||
import uglifyjs from 'uglify-es'
|
||||
import composer from 'gulp-uglify/composer'
|
||||
const minify = composer(uglifyjs, console)
|
||||
const cp = require('child_process')
|
||||
|
@ -75,7 +75,7 @@
|
||||
"stylelint": "^9.1.3",
|
||||
"stylelint-config-bigchaindb": "^1.2.1",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"uglify-js": "^3.3.16"
|
||||
"uglify-es": "^3.3.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user