Skip to content

v5.1.0

Compare
Choose a tag to compare
@martinbroos martinbroos released this 03 Oct 09:18
· 7 commits to master since this release

What's Changed

For example disabling sourcemaps in production:

const builderConfig = {
    env: nodeEnv,
    sourceMap: !isProduction,
};

New Contributors

Full Changelog: v5.0.0...v5.1.0