Answer the question
In order to leave comments, you need to log in
How to access the main project file in npm package?
There is a project. It has the AAA module in its NPM dependencies. Project A has a BBB module as a dependency.
Made a loader in the main project which is called like
import aaa from "!./src/my-loader!./AAA/package.json"
import bbb from "!<что тут указать?>/my-loader!./BBB/package.json"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question