Closed kevzettler closed 4 years ago
Hmm, I think it might be your webpack config:
You try to import from a *.ts
file (?) without specifying the file extension, but you haven't set the resolve.extensions
option either.
ah yes thanks for your great support @andywer I accidentally dropped resolve.extensions
you're correct.
this is a follow up of https://github.com/andywer/threads.js/issues/311 finally got around to testing. I have it working successfully in the browser build and trying to replicate a node.js server build.
my entry point looks like this
server.ts
the code files are adjacent in directory
Seeing this error from webpack
WebpackConfig looks like: