-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack.config.ts not detected as typescript even with typescript and ts-node installed #67
Comments
@LoganDark do you have a TS config file that is generating esm modules? |
@phated yes, es5 commonjs |
That's the opposite of what I asked. I think you will need to create a repository that shows this problem before anyone can work on it. |
If so I have no idea what you asked. I guess I'll create a repository |
Thanks! I don't have webpack installed globally so the sample doesn't work out of the box. I did
Edit: And I just tested in node 13 and it works with my steps above. So it must be your webpack versions. |
Why does installing webpack-cli fix the issue? That is very obscure and just retarded, honestly. Turns out this was not an issue with interpret, sorry. |
What were you expecting to happen?
webpack.config.ts is interpreted as ts
What actually happened?
webpack.config.ts is interpreted as js
Terminal output / screenshots
Please provide the following information:
Additional information
dependencies:
all were added via
npm i
I don't think I'm missing anything...
The text was updated successfully, but these errors were encountered: