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 b084261 commit d5a922cCopy full SHA for d5a922c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# rollup-plugin-alias changelog
2
3
+## 1.4.0
4
+
5
+* Various Windows fixes ([#22](https://github.com/rollup/rollup-plugin-alias/pull/22))
6
+* Don't try to alias entry file ([#29](https://github.com/rollup/rollup-plugin-alias/pull/29))
7
8
## 1.3.0
9
10
* Start maintaining a changelog
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-alias",
- "version": "1.3.1",
+ "version": "1.4.0",
"description": "Resolves aliases with Rollup",
"main": "dist/rollup-plugin-alias.js",
"module": "dist/rollup-plugin-alias.es2015.js",
0 commit comments