Skip to content
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
@vincaslt

Description

@vincaslt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions