Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: hashicorp/prebuild-webpack-plugin

1.1.1

03 Aug 19:06
eb1190b
Compare
Choose a tag to compare

Corrects a small error in the readme!

v1.1.0

24 Jul 18:43
Compare
Choose a tag to compare

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...v1.1.0

v1.0.0

18 Jul 17:43
Compare
Choose a tag to compare

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 was import { PrebuildWebpackPlugin } from '@hashicorp/prebuild-webpack-plugin'
  • significant performance improvements, speeds up execution time by ~5x
  • clearCacheOnUpdate option added, see readme for details
  • compilationNameFilter option added, see readme for details
  • debug statements added if needed, can see them with env variable DEBUG=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

v0.0.4

03 Jul 16:09
df4d7fe
Compare
Choose a tag to compare
  • Add Next.js-specific check to prevent 2x work c66967b

v0.0.3

07 Jun 21:05
b9a6aad
Compare
Choose a tag to compare
  • update changed file getter c274997

v0.0.2...v0.0.3

Add License

20 May 17:44
19d881a
Compare
Choose a tag to compare
  • Merge pull request #1 from hashicorp/license dbe10f8
  • Add license to package.json dbe19b8
  • Create LICENSE.md fb6c88f

v0.0.1...v0.0.2

Initial release

20 May 17:02
a9af057
Compare
Choose a tag to compare

0a1749f...v0.0.1