This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Releases: hashicorp/prebuild-webpack-plugin
Releases · hashicorp/prebuild-webpack-plugin
1.1.1
v1.1.0
If you were using symlinks with the files
matching option previously, you may have encountered unusual behavior. That will no longer be the case with this release. If you want to replicate the behavior, pass realpath: true
to files.options
. Otherwise this should be a changeless upgrade!
v1.0.0
This is a breaking release! Be warned!
- npm package is now
prebuild-webpack-plugin
and not@hashicorp/prebuild-webpack-plugin
- default export is the plugin itself rather than an object containing the plugin. So now usage is
import PrebuildPlugin from 'prebuild-webpack-plugin'
where before it wasimport { PrebuildWebpackPlugin } from '@hashicorp/prebuild-webpack-plugin'
- significant performance improvements, speeds up execution time by ~5x
clearCacheOnUpdate
option added, see readme for detailscompilationNameFilter
option added, see readme for detailsdebug
statements added if needed, can see them with env variableDEBUG=prebuild-webpack-plugin
- code significantly more clear and well-commented for contributors or anyone source diving
Commits since last release: v0.0.4...v1.0.0