There was an error while loading. Please reload this page.
1 parent 551ef31 commit e746832Copy full SHA for e746832
1 file changed
CHANGELOG.md
@@ -1,5 +1,27 @@
1
# rollup-plugin-babel changelog
2
3
+## 4.3.0
4
+
5
+- Added `.custom` builder.
6
+- Fail build when a plugin tries to add non existent babel helper
7
8
+## 4.2.0
9
10
+Allow `rollup@1` as peer dependency.
11
12
+## 4.1.0
13
14
+- Fixed "preflight check" for ignored files.
15
+- Return `null` when no transformation has been done (fixing source maps for this case)
16
17
+## 4.0.3
18
19
+Fixed fallback class transform in "preflight check".
20
21
+## 4.0.2
22
23
+Fixed `rollup` peer dependency.
24
25
## 4.0.0
26
27
Babel 7 compatible! (dropped Babel 6 compatibility though).
0 commit comments