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 7c8c6ba commit a96a923Copy full SHA for a96a923
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# rollup changelog
2
3
+## 0.41.6
4
+
5
+* Preserve `originalSourceMap` on incremental rebuilds for loaders with sourcemaps ([#1336](https://github.com/rollup/rollup/issues/1336))
6
7
## 0.41.5
8
9
* Wrap ternary consequent/alternate sequences in parens ([#1273](https://github.com/rollup/rollup/issues/1273))
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
- "version": "0.41.5",
+ "version": "0.41.6",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",
0 commit comments