Skip to content

Releases: dnbexperience/babel-plugin-react-live

v1.4.2

24 May 10:04
Compare
Choose a tag to compare
fix: remove console ninja injection when used without eslint comment

v1.4.1

19 May 13:53
Compare
Choose a tag to compare
fix: remove console ninja injection

v1.4.0

19 May 12:13
3c29ab3
Compare
Choose a tag to compare
feat: use Babel Generator to extract code (#6)

This fixes an issue where `console.log(e)` would get additional code from Babel, which executed a runtime exception.

v1.3.0

30 Mar 19:23
fa9845b
Compare
Choose a tag to compare
feat: remove unnecessary fragments (#5)

v1.2.1

03 Mar 08:01
e8c64a2
Compare
Choose a tag to compare
fix: ensure Windows compatibility for block statements (#3)

v1.2.0

26 Feb 19:44
c8af617
Compare
Choose a tag to compare
feat: enable expression as valid children (#2)

v1.0.0

02 Dec 06:45
Compare
Choose a tag to compare
Initial commit