mirror of https://github.com/vladmandic/human
added minification notes
parent
e51d52c446
commit
79b49b0322
|
@ -17,9 +17,9 @@ const banner = `
|
||||||
// common configuration
|
// common configuration
|
||||||
const common = {
|
const common = {
|
||||||
banner,
|
banner,
|
||||||
minifyWhitespace: true,
|
minifyWhitespace: true, // this is ok in all versions
|
||||||
minifyIdentifiers: true,
|
minifyIdentifiers: true, // this requires tfjs 2.8.1 before it can be used safely
|
||||||
minifySyntax: true,
|
minifySyntax: true, // this breaks in tfjs 2.8.4
|
||||||
bundle: true,
|
bundle: true,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
logLevel: 'error',
|
logLevel: 'error',
|
||||||
|
|
Loading…
Reference in New Issue