Skip to content

Commit

Permalink
Reduce bundle size (#266)
Browse files Browse the repository at this point in the history
Importing in this way can reduce the bundle size when it is needed to package into a single file.
  • Loading branch information
timedtext committed Aug 17, 2023
1 parent 533ed08 commit 1d30fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vary.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const LRUCache = require('mnemonist').LRUCache
const LRUCache = require('mnemonist/lru-cache')

/**
* Field Value Components
Expand Down

0 comments on commit 1d30fc9

Please sign in to comment.