Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] package: correctly name package entry files
Files are named o-spreadsheet[...] in package.json but rollup generates o_spreadsheet[...] files as a result any import fails because it's looking for a file that doesn't exist `import { Model } from @odoo/o-spreadsheet` => Error: Cannot find module '/home/odoo/odoo/upgrade-spreadsheet-data/node_modules/@odoo/o-spreadsheet/dist/o-spreadsheet.cjs.js'. Please verify that the package.json has a valid "main" entry closes #2194 X-original-commit: ebc1eed Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
- Loading branch information