target
Browser compatibility target for the final bundle.
For more information, see the official documentation.
Example
vite {
build {
target.set("modules")
}
}
Content copied to clipboard
Browser compatibility target for the final bundle.
For more information, see the official documentation.
vite {
build {
target.set("modules")
}
}