karma-rollup-preprocessor
Advanced tools
Comparing version 7.0.5 to 7.0.6
# Change Log | ||
## [7.0.6] - 2021-02-24 | ||
### Fixed | ||
- Source map file paths. [@ntkme](https://github.com/ntkme) [#69](https://github.com/jlmakes/karma-rollup-preprocessor/pull/69) | ||
## [7.0.5] - 2020-03-24 | ||
@@ -243,2 +249,3 @@ | ||
[7.0.6]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.5...7.0.6 | ||
[7.0.5]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.4...7.0.5 | ||
@@ -245,0 +252,0 @@ [7.0.4]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.3...7.0.4 |
@@ -64,2 +64,6 @@ 'use strict' | ||
options.output = Object.assign({}, options.output, { | ||
dir: path.dirname(originalPath) | ||
}) | ||
let bundle = await rollup.rollup(options) | ||
@@ -66,0 +70,0 @@ cache.set(originalPath, bundle.cache) |
The MIT License | ||
Copyright (C) 2020 [Contributors](https://github.com/jlmakes/karma-rollup-preprocessor/graphs/contributors) | ||
Copyright (C) 2021 [Contributors](https://github.com/jlmakes/karma-rollup-preprocessor/graphs/contributors) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "karma-rollup-preprocessor", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "Karma preprocessor to bundle ES modules using Rollup", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
<p align="center"> | ||
<img src="https://jlmak.es/logos/png/karma-rollup-preprocessor.png?v=1" width="200px" > | ||
<img src="https://jlmakes.com/logos/png/karma-rollup-preprocessor.png?v=1" width="200px" > | ||
</p> | ||
@@ -8,3 +8,3 @@ | ||
<p align="center"> | ||
<img src="https://jlmak.es/logos/svg/karma+rollup-logotype.svg" width="200px" alt="Karma + Rollup"> | ||
<img src="https://jlmakes.com/logos/svg/karma-rollup-logotype.svg" width="200px" alt="Karma + Rollup"> | ||
</p> | ||
@@ -11,0 +11,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23434
247
52131