Releases: codymikol/karma-webpack
Releases · codymikol/karma-webpack
v2.0.12
Bug Fixes
- package: add
babel-runtime
(devDependencies
) (#310) (6d5fa1c)
- package: downgrade
source-map
v0.7.0...0.5.6 (#309) (070e04e)
v2.0.10
Bug Fixes
- karma-webpack: correctly coalesce
idx
({Number}
) in filepaths (#287) (5fa2409)
- correctly escape
{Regex}
in custom file handler (#293) (906ed52)
- disable
webpack
rebuilds on karma --single-run
(41d1912)
- package: add
webpack >= v4.0.0
(peerDependencies
) (#301) (99ddad8)
v2.0.9
Bug Fixes
- ensure webpack paths include a trailing slash (#285) (be2b0e8), closes #284
v2.0.8
Bug Fixes
- use
os.tmpdir()
to safely store _karma_webpack_
(#279) (0616dda)
v2.0.7
2.0.7 (2017-12-14)
DEPRECATED due to publishing issue
v2.0.5
Bug Fixes
- pass on error to callback for better error messages (#262) (466581f)
- use
file.originalPath
instead of file.path
(#218) (0d075b0)
v2.0.2
Bug Fixes
- readFile: handle path doesn't exist error (#208) (907ed72)