fix: repair build
This commit is contained in:
@@ -72,9 +72,7 @@ export default defineNuxtModule({
|
||||
}
|
||||
};
|
||||
|
||||
nuxt.hook("build:before", async () => {
|
||||
await copyWebpFiles();
|
||||
});
|
||||
await copyWebpFiles();
|
||||
|
||||
if (nuxt.options.dev) {
|
||||
nuxt.hook("ready", () => {
|
||||
|
||||
Reference in New Issue
Block a user