Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 2, 2024
1 parent 9fe67fc commit d92cda2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/core/types/virtual/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* This file exists to appease both type checking and require.resolve
* checks for the existance of `@embroider/virtual`.
*
* This library has a '.' entrypoint which points to this file for require.resolve (if a consumer needed), as well as every other export.
*
* Real types are provided for the non-'.' exports.
*/

throw new Error(
`@embroider/virtual module loaded at runtime! This is likely a mistake. Make sure that you have all the needed plugins for virtually providing embroider's virtual modules.`
);

0 comments on commit d92cda2

Please sign in to comment.