karma-rollup-preprocessor icon indicating copy to clipboard operation
karma-rollup-preprocessor copied to clipboard

Karma preprocessor to bundle ES modules using Rollup.

Results 5 karma-rollup-preprocessor issues
Sort by recently updated
recently updated
newest added

Hi, I've been using this awesome package for some time to my satisfaction, but now I've stumbled upon an issue with the latest version. It manifests in this repo: https://github.com/naja-js/naja....

Each test file is treated as a separate bundle. Common dependencies are duplicated between the test files. This is wasteful, and creates extra overhead for large project. But more importantly...

enhancement
help wanted

When writing a simple test with the recommended config, I get a 404 on dynamic imports. Likely the actual files get moved after compiling, but the dynamic chunks are not...

help wanted

Hi, Please can a new version be released containing https://github.com/jlmakes/karma-rollup-preprocessor/commit/87970358fdf6fc611258ea2fc4683644153b8c6c ? Without it watch mode is a bit broken as every time a file changes an additional rollup watch instance...

Since https://github.com/ezolenko/rollup-plugin-typescript2/pull/373 was implemented the error objects contains message next to stacktrace. The displaying only stacktrace causes that relevant error message of Typescript compiler is lost.