Skip to content

Commit 1cd2ef1

Browse files
committed
fix: remove placeholder plugin
1 parent 98153af commit 1cd2ef1

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

src/module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ ${providers.map(p => ` ['${p.name}']: { provider: ${p.importName}, defaults: ${
144144
if (options.inject) {
145145
// Add runtime plugin
146146
addPlugin({ src: resolver.resolve('./runtime/plugin') })
147-
} else if (nuxt.options.dev) {
148-
// Add placeholder runtime plugin
149-
addPlugin({ src: resolver.resolve('./runtime/plugin.placeholder') })
150147
}
151148

152149
// TODO: Transform asset urls that pass to `src` attribute on image components

src/runtime/plugin.placeholder.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)