mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-20 04:34:08 +01:00
fix(test): No esm exports
This commit is contained in:
@@ -3,6 +3,6 @@ const { transformJison } = require('../../.esbuild/jisonTransformer.cjs');
|
||||
|
||||
module.exports = {
|
||||
process(sourceText, sourcePath, options) {
|
||||
return { code: transformJison(sourceText) };
|
||||
return { code: transformJison(sourceText, false) };
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user