karma-rollup-preprocessor
Advanced tools
Comparing version 7.0.6 to 7.0.7
# Change Log | ||
## [7.0.7] - 2021-03-14 | ||
### Fixed | ||
- Source map file path regression. [@ntkme](https://github.com/ntkme) [#71](https://github.com/jlmakes/karma-rollup-preprocessor/pull/71) | ||
## [7.0.6] - 2021-02-24 | ||
@@ -249,2 +255,3 @@ | ||
[7.0.7]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.6...7.0.7 | ||
[7.0.6]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.5...7.0.6 | ||
@@ -251,0 +258,0 @@ [7.0.5]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.4...7.0.5 |
@@ -64,6 +64,8 @@ 'use strict' | ||
options.output = Object.assign({}, options.output, { | ||
dir: path.dirname(originalPath) | ||
}) | ||
options.output = Object.assign({}, options.output) | ||
if (options.output.dir === undefined && options.output.file === undefined) { | ||
options.output.dir = path.dirname(originalPath) | ||
} | ||
let bundle = await rollup.rollup(options) | ||
@@ -70,0 +72,0 @@ cache.set(originalPath, bundle.cache) |
The MIT License | ||
Copyright (C) 2021 [Contributors](https://github.com/jlmakes/karma-rollup-preprocessor/graphs/contributors) | ||
Copyright (C) 2021 [Contributors] | ||
@@ -22,1 +22,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy | ||
THE SOFTWARE. | ||
[Contributors]: https://github.com/jlmakes/karma-rollup-preprocessor/graphs/contributors |
{ | ||
"name": "karma-rollup-preprocessor", | ||
"version": "7.0.6", | ||
"version": "7.0.7", | ||
"description": "Karma preprocessor to bundle ES modules using Rollup", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -132,4 +132,2 @@ <p align="center"> | ||
## Support | ||
Supports all Rollup plug-ins, and works on Node `8` and up. Happy bundling! | ||
Happy bundling! |
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
23731
248
133