This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Releases: RateGravity/netlify-webpack-plugin
Releases · RateGravity/netlify-webpack-plugin
v1.2.3
What's Changed
- [CORE-1459] Update functions section of README.md by @RoboCafaz in #41
- Node 16 Upgrade by @RoboCafaz in #39
- Bump semver from 5.5.0 to 5.7.2 by @dependabot in #43
- Bump browserify-sign from 4.0.4 to 4.2.2 by @dependabot in #46
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #38
- Bump ajv from 6.2.1 to 6.12.6 by @dependabot in #32
- Bump terser from 4.6.10 to 4.8.1 by @dependabot in #33
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #35
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #36
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #37
- Bump @babel/traverse from 7.9.0 to 7.23.6 by @dependabot in #47
- Bump ws from 7.5.5 to 7.5.10 by @dependabot in #48
- Bump rollup from 2.3.2 to 2.79.2 by @dependabot in #52
Full Changelog: v1.2.2...v1.2.3
Netlify Function/Edge Function Support
What's Changed
- [CORE-1459] Add tooling to copy function/edge function scripts to dist folder by @RoboCafaz in #40
New Contributors
- @RoboCafaz made their first contribution in #40
Full Changelog: v1.1.3...v1.2.2
Typescript Version Upgrade
Upgrade to typescript 4. There are no functional changes, and the .d.ts files output should be the same as previous versions.
Documentation fixes
fix a spelling error in the name of the package in the readme.
Fixes to Emit Assets
Fixes #10
Asset emitting was failing because returning a chain of properties (compiler.hooks.emit.tap) wasn't correctly bound, solve the issue by returning an arrow function instead.
Support Legacy Webpack Plugin API
For older versions of Webpack support the compiler.plugin method instead of the compiler.hooks.emit.tap method.
Initial Release
Initial Release, writes Redirects, and Headers based on input data in the webpack config.