mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
5 lines
185 B
JavaScript
5 lines
185 B
JavaScript
function shouldBeTreeshaken_1() {
|
|
// This function should be treeshaken, even if { moduleSideEffects: 'no-treeshake' }
|
|
// was used in the JS corresponding to the HTML entrypoint.
|
|
}
|