Skip to content

v6.3.0

Compare
Choose a tag to compare
@danez danez released this 14 Feb 09:24
· 279 commits to main since this release

πŸš€ New Feature

Allow to override BABEL_ENV/NODE_ENV at loader-level. Useful for isomorphic applications which have separate babel config for client and server.

πŸ› Bug Fix

  • Update loader-utils dependency to ^0.2.16 to fix compatibility with webpack 2 (#371) @leonaves

πŸ’… Polish

  • Improve FS caching to do less sync calls which improves performance slightly (#375) @akx