You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
I am having the exact same problem. I have two directries: src and e2e. When building the src-Folder with webpack, AT tries to resolve my e2e-Files as well - even though in my webpack config, I have this:
[...]
resolve: {
// helpers.root just makes it an absolute path
modules: [helpers.root('src'), helpers.root('node_modules')]
}
EDIT
Nevermind - I had a wrong configuration for the tsconfig.json-File.
Still - I agree with @quantuminformation that the Loader should respect the Tree of Webpack. Is that somehow possible?
I have a project that compiles fine when like so:
But when adding the
/demo
folder, the loader tries to build those files too, even though they are not referenced by any tree inside entry:I would also love to see this repo join forces with ts-loader.
The text was updated successfully, but these errors were encountered: