Skip to content

Commit

Permalink
fix: fix tree shaking problem after upgrading parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Aug 9, 2023
1 parent 494670f commit 16741ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/vendors/devdocs/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import { app } from './app'
// these modules have no exports, instead they make side effects on the `app`
import './searcher'
import '../models/entry'
console.assert(app.models.Entry)
console.assert(app.Searcher)
console.assert(app.SynchronousSearcher)

export { app }

0 comments on commit 16741ab

Please sign in to comment.