We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 086bd4a commit 983ee71Copy full SHA for 983ee71
index.ts
@@ -35,7 +35,7 @@ function autoMpaHTMLPlugin(pluginOption?: PluginOption): Plugin {
35
: undefined;
36
},
37
load: (id) => {
38
- return virtualMap.get(id)
+ if (cmd !== 'serve') return virtualMap.get(id)
39
40
buildStart: async () => {
41
// if (cmd !== 'serve') await prepareTempEntries(entries.entries, opt).catch(e => {
0 commit comments