Skip to content

Commit

Permalink
fix: remove placeholder plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 6, 2023
1 parent 98153af commit 1cd2ef1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ ${providers.map(p => ` ['${p.name}']: { provider: ${p.importName}, defaults: ${
if (options.inject) {
// Add runtime plugin
addPlugin({ src: resolver.resolve('./runtime/plugin') })
} else if (nuxt.options.dev) {
// Add placeholder runtime plugin
addPlugin({ src: resolver.resolve('./runtime/plugin.placeholder') })
}

// TODO: Transform asset urls that pass to `src` attribute on image components
Expand Down
13 changes: 0 additions & 13 deletions src/runtime/plugin.placeholder.ts

This file was deleted.

0 comments on commit 1cd2ef1

Please sign in to comment.