Closed jzimmek closed 7 years ago
main points to non existing file index.js.
it is possible to require/import it in the application by using a full path:
import Propeller from "Propeller/src/propeller"
by pointing main to the correct file it becomes more ideomatic to use:
import Propeller from "Propeller"
main points to non existing file index.js.
it is possible to require/import it in the application by using a full path:
import Propeller from "Propeller/src/propeller"
by pointing main to the correct file it becomes more ideomatic to use:
import Propeller from "Propeller"