Skip to content

ms-tng/nx-buildlibsfromsource-repro2

Repository files navigation

Nx buildLibsFromSource: false bug reproduction

Run nx serve my-app and observe that my-lib is still served from source.

When the following is added to my-lib/package.json, my-lib is correctly served from the dist folder:

"exports": {
  ".": {
    "import": "./index.mjs"
  }
}

However, it should work even without an exports field.

About

Repository reproducing Nx bug related to buildLibsFromSource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published