Releases: static-dev/spike-util
Releases · static-dev/spike-util
v1.3.0
- A small patch that allows you to change the file output format (hash, id, etc) and have thing still work.
v1.0.0
- Stable release! 👙
- Works with spike v1.0.0
v0.4.0
- BREAKING: Remove
Util.getFilePathFromLoader
method, you can get this with this.resourcePath
inside of any loader
- Add
util.modifyOutputPath
method
v0.3.0
- Add
pathsToRegex
helper function
- Fix a bug in the
getOutputPath
function
v0.2.1
- Add
filePathFromLoader
static function
v0.2.0
removeAssets
now accepts chunks
as a third parameter and removes any asset path's chunks from webpack's pipeline. This helps to prevent errors when using sourcemaps alongside files injected with addFilesAsWebpackEntries
.
v0.1.0
⛔ This is a BREAKING RELEASE, be careful when upgrading! ⛔
getOutputPath
now returns an object that has the absolute
and relative
paths on it, instead of simply a relative path
resolveRelativeSourcePath
changed to getSourcePath
, and also returns an object like getOutputPath
matchGlob
method added, which is an alias for micromatch
removeAssets
and addFilesAsWebpackEntries
now take an array of paths either relative to the project root or absolute