Closed benmccann closed 3 years ago
It was erroring out for me. I found the correct config on https://github.com/pvdlg/karma-rollup-preprocessor#standard
N/A
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
Manually
Thank you @benmccann
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:
How Has This Been Tested?
Manually