@rbf/parcel-optimizer-javascript-obfuscator
Advanced tools
Changelog
[0.2.2] - 2022-02-11
Explicitly add @parcel/plugin
dependency to package.json
as suggested by the following warning:
console: (node:1820) [MODULE_NOT_FOUND] Error:
@rbf/parcel-optimizer-javascript-obfuscator tried to access @parcel/plugin,
but it isn't declared in its dependencies; this makes the require call
ambiguous and unsound.
Note that its version is unpinned on purpose (i.e. version requirement in
package.json
is ^2.3.1
instead of 2.3.1
) to avoid having to release in
sync with Parcel.
Changelog
[0.2.1] - 2022-02-10
Specify package.json#engines.parcel
as per the Parcel
documentation
as suggested by the following warning:
@parcel/core: The plugin "@rbf/parcel-optimizer-javascript-obfuscator" needs
to specify a `package.json#engines.parcel` field with the supported Parcel
version range.
Changelog
[0.2.0] - 2022-02-10
javascript-obfuscator.config.json
.Changelog
[0.1.0] - 2022-02-10
jabuco/parcel-plugin-obfuscate
but compatible with Parcel v2.