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 cedd31d commit 5fdba6eCopy full SHA for 5fdba6e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Unreleased
2
3
+## v2.3.3
4
+- [Fix] Generate webpack-compatible output with static string arg (#84)
5
+- [Fix] Handle visiting the same path gracefully (#71)
6
+
7
## v2.3.2
8
- [Fix] avoid using reserved param name in babel 7 templates
9
- [Dev Deps] update `airbnb-js-shims`
package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-dynamic-import-node",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "Babel plugin to transpile import() to a deferred require(), for node",
"main": "lib/index.js",
"directories": {
0 commit comments