mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-19 13:39:04 -04:00
* Remove fast-xml-parser dependency and update vite-tsconfig-paths to 5.1.4 * tmp * Refactor test files and scripts to use ES modules; remove obsolete files * Enhance tests with new PDF utilities and update Jest configuration for ESM support
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
module.exports = {
|
|
process() {
|
|
return 'module.exports = {};';
|
|
},
|
|
getCacheKey() {
|
|
return 'cssTransform';
|
|
},
|
|
};
|