-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 resolver doesn't apply resolve.root
and externals
option.
#299
Comments
From your
is that a typo in the issue or a typo in your config? |
@benmosher that's my configuration. |
So what happens if you update 'conifg' to 'config'? |
@benmosher I can't get what you mean. |
Your Webpack config path is misspelled in the resolver config. |
@benmosher The path is correct. because I can reference the es5 configurations through using node-cli like: console.log(require('./tools/config.es5.js')); the configuration files are placed at |
I get that, but "config" is misspelled as "conifg" in the eslintrc you pasted. |
Wow... awesome... I couldn't find out... Thank you. This issue can be closed. |
Thus #300. No worries. 😎 |
My webpack configurations is
My eslintrc setting is:
OS: OSX El Cap latest
this plugin can't resolve
./assets.json
and root path modules as below:
There's two directories
In component A, it can resolve component B as
import B from 'component/B;
but it doesn't work.The text was updated successfully, but these errors were encountered: