mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-09 17:19:45 +02:00
@@ -3,6 +3,6 @@ const { transformJison } = require('../../.esbuild/jisonTransformer.cjs');
|
||||
|
||||
module.exports = {
|
||||
process(sourceText, sourcePath, options) {
|
||||
return { code: transformJison(sourceText, false) };
|
||||
return { code: transformJison(sourceText) };
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user