[package] authors = ["Mehdi Lahlou "] description = "SWC plugin to add extensions to esm import and export specifiers" edition = "2021" license = "MIT" name = "swc_plugin_add_import_extension" version = "0.0.0" homepage = "https://github.com/medfreeman/swc-plugin-add-import-extension" documentation = "https://github.com/medfreeman/swc-plugin-add-import-extension/README.md" repository = "https://github.com/medfreeman/swc-plugin-add-import-extension.git" [lib] crate-type = ["cdylib", "rlib"] [profile.release] # This removes more dead code codegen-units = 1 lto = true # Optimize for size opt-level = "s" # Optimize for performance, this is default so you don't need to specify it # opt-level = "z"