artberri / rollup-plugin-istanbul

Seamless integration between Rollup and Istanbul
MIT License
43 stars 10 forks source link

Fix rollupPreprocessor configuration in README #23

Closed benmccann closed 3 years ago

benmccann commented 4 years ago

Description

It was erroring out for me. I found the correct config on https://github.com/pvdlg/karma-rollup-preprocessor#standard

Related Issue

N/A

Motivation and Context

Without this change it fails with:

Unknown input option: sourceMap. Allowed options: acorn, acornInjectPlugins, cache, chunkGroupingSize, context, experimentalCacheExpiry, experimentalOptimizeChunks, experimentalTopLevelAwait, external, inlineDynamicImports, input, manualChunks, moduleContext, onwarn, perf, plugins, preserveModules, preserveSymlinks, shimMissingExports, strictDeprecations, treeshake, watch

How Has This Been Tested?

Manually

artberri commented 3 years ago

Thank you @benmccann