-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Subject of the issue
@mdx-js/runtime@0.16.8 does not contain 'dist' folder, so it cannot be loaded.
Steps to reproduce
Look at @mdx-js/runtime@0.16.8 on NPM, e.g.: https://unpkg.com/@mdx-js/runtime@0.16.8/
Expected behaviour
require('@mdx-js/runtime') should not error.
@mdx-js/runtime@0.16.6 on NPM doesn't have this issue, e.g.: https://unpkg.com/@mdx-js/runtime@0.16.6/
Actual behaviour
require('@mdx-js/runtime') produces error due to missing file:
{ Error: Cannot find module '@mdx-js/runtime'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18) code: 'MODULE_NOT_FOUND' }
Metadata
Metadata
Assignees
Labels
No labels