Using createServer are there any scenarios where this plugin would not add // [vite-plugin-dynamic-import] runtime -S- to the compiled source code?
I'm running into a situation where this plugin seems to be outputting the // [vite-plugin-dynamic-import] runtime -S- header (and rest of the dynamic code) to the compiled files in some circumstances, but not others, using the same application code.
Have you seen this before?
Using
createServerare there any scenarios where this plugin would not add// [vite-plugin-dynamic-import] runtime -S-to the compiled source code?I'm running into a situation where this plugin seems to be outputting the
// [vite-plugin-dynamic-import] runtime -S-header (and rest of the dynamic code) to the compiled files in some circumstances, but not others, using the same application code.Have you seen this before?