anolan23
anolan23
```js const express = require('express'); const XLSX = require('xlsx'); const XLSX_CALC = require('xlsx-calc'); const formulajs = require('@formulajs/formulajs'); const db = require('../db'); const Vehicles = require('../db/repo/Vehicles'); const router = express.Router(); XLSX_CALC.import_functions(formulajs,...
**Describe the issue/behavior that seems buggy** While bundling my project using Rollup and the `@rollup/plugin-node-resolve` plugin, I'm encountering a problem related to importing languages from `highlight.js` as ES modules. Specifically,...