Closed alanpoulain closed 4 months ago
Source maps were not exported.
It creates this kind of issue:
Failed to parse source map from 'node_modules/jsonref/dist/errors.js.map' file: Error: ENOENT: no such file or directory
Adding the whole dist directory to files in package.json makes sure everything is exported as expected.
dist
files
package.json
Hi files are now in the package (v9.0.0). Better late than never... :-)
Source maps were not exported.
It creates this kind of issue:
Adding the whole
dist
directory tofiles
inpackage.json
makes sure everything is exported as expected.