-
Notifications
You must be signed in to change notification settings - Fork 179
Babel not found #54
Comments
Hello, could you please provide your webpack.config.js and package.json? Also please describe your environment and OS. |
@tomitrescak this code is responsible for lookup. https://github.com/s-panferov/awesome-typescript-loader/blob/master/src/index.ts#L272-L279 Maybe the problem is that you're running webpack not from the directory where |
Hello. Thanks for all your valuable help!! I'm trying to do this all in order to get the hot reload back. When I compile TS in Atom to the dist directory, all works jolly good, but loader refuses to support the hot-code-reload. The setup is from this repository: My os is OSX 10.x here are the configs
package.json
and tsconfig.json
|
Ignore my previous post. would you mind if you have any time at all to look at setup here https://github.com/jedwards1211/meteor-webpack-react/tree/typescript thanks a ziillion! |
@tomitrescak I'll have a look tomorrow morning (GMT+3) |
Hi, I still was not able to solve this. Would tyou mind checking following config if you see anything dodgy?
|
Should be fixed in newer versions. |
Hey @s-panferov, sorry to bother you, but I am receiving this error as well. I am not running webpack in the same directory as my
i.e. I run |
So I found the option |
@s-panferov I've added some info to the docs about the option. I think this can be closed, unless you want to automatically traverse the tree to find |
@frederickfogerty thanks! |
Just ran into the same issue. The project has a top level |
same issue on b19 |
I really can't use |
After a while I realized I had to write an absolut path in |
npm install @babel/core for Babel 7+ |
Hi
I'm trying to use babel but even if I install it into my directory I keep receiveing:
It definietlly exists in my package.json and is correctly installed.
The text was updated successfully, but these errors were encountered: