This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Import untranspiled files from module #131
Closed
Description
Is there a way to import untranspiled files from node_modules? I see this line under webpack config: "Make sure your source files are compiled, as they will not be processed in any way.", but if I eject, is there a way to make it transpile the imported files along with the project? Basically I want to have commonly shared files package, which I use accross other typescript applications, but linked via package.json. Basically what happens now, is webpack tries to import the files form node modules as javascript files, and breaks on typescript syntax.
Metadata
Metadata
Assignees
Labels
No labels