terser 3.14.0 → 3.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of terser might be problematic. Click here for more details.
- package/README.md +1 -1
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/lib/propmangle.js +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -237,7 +237,7 @@ to prevent the `require`, `exports` and `$` names from being changed.
|
|
237
237
|
|
238
238
|
### CLI mangling property names (`--mangle-props`)
|
239
239
|
|
240
|
-
**Note:** THIS
|
240
|
+
**Note:** THIS *MIGHT* BREAK YOUR CODE. Mangling property names
|
241
241
|
is a separate step, different from variable name mangling. Pass
|
242
242
|
`--mangle-props` to enable it. It will mangle all properties in the
|
243
243
|
input code with the exception of built in DOM properties and properties
|