We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b93d8 commit c3a4424Copy full SHA for c3a4424
changelog.markdown
@@ -1,3 +1,9 @@
1
+# 13.1.1
2
+
3
+boost performance by memoizing calls to path.relative()
4
5
+https://github.com/substack/node-browserify/pull/1544
6
7
# 13.1.0
8
9
exposes `opts.dedupe` and `--no-deupe` to optionally turn off deduping behavior:
package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
- "version": "13.1.0",
+ "version": "13.1.1",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
0 commit comments