Skip to content

Releases: thgreasi/babel-plugin-system-import-transformer

Add support for babel v7

10 Feb 16:18
Compare
Choose a tag to compare
v4.0.0

chore: increase version number to v4.0.0

Support Webpack's `require.ensure()` async dynamic import

27 Feb 15:07
Compare
Choose a tag to compare
v3.1.0

chore: increase version number to v3.1.0

Transpile `import()` statements

26 Feb 10:48
Compare
Choose a tag to compare
v3.0.0

chore: increase version number to v3.0.0

feat: transform any provided expression

27 Sep 16:58
Compare
Choose a tag to compare

Allow transforming any expression, so that dynamic paths can be used on the environments that support them (eg Template Literals with Webpack2).

src2.3.0: chore(release): v2.3.0

27 Aug 19:20
Compare
Choose a tag to compare

feat: try using the global variable and {}

src2.2.1: chore(release): v2.2.1

07 Jul 18:57
Compare
Choose a tag to compare

fix(moduleImportHelper): add proper node module resolution detection

src2.2.0: chore(release): v2.2.0

23 Jun 09:58
Compare
Choose a tag to compare

Resolve module names only when moduleIds is true.

src2.1.0: chore(release): v2.1.0

21 Jun 18:03
Compare
Choose a tag to compare

Use Promise.resolve() as a faster approach over new Promise().

src2.0.0: chore(release): v2.0.0

04 Feb 06:36
Compare
Choose a tag to compare

Upgrade the implementation to support babel 6

src1.1.5: chore(release): v1.1.5

15 Aug 18:28
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/thgreasi/babel-plugin-sys…

…tem-import-transformer