-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Im making a starter angular 4 project and it's getting me a warning #6870
Comments
#7115 seems to be related to this It seems to be related to the "source-map-loader" where the exclude-statement via regex doesnt work properly... "module": {
"rules": [
{
"enforce": "pre",
"test": /\.js$/,
"loader": "source-map-loader",
"exclude": [
// instead of /\/node_modules\//
path.join(process.cwd(), 'node_modules')
]
}, Can you confirm this solves your problem? Will prepare an pull-request for this then... |
@christianscharr Works like a charm. Solved the warning. Thanks! |
Hi, I have the same issue in this versions: "dependencies": { How can I fix it? Thanks. |
I'm having the same problem with a project created with angular-cli v1.4.7. I ran |
…cific path separators (angular#6870)
Could you please explain how did you fix this issue. I am facing the same issue. Exactly where do we need to copy this code "module": { |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
[BUG] Im making a starter angular 4 project and it's getting me a warning
Versions.
@angular/cli: 1.1.3 (e)
node: 6.9.4
os: win32 x64
@angular/animations: 4.2.5
@angular/common: 4.2.5
@angular/compiler: 4.2.5
@angular/core: 4.2.5
@angular/forms: 4.2.5
@angular/http: 4.2.5
@angular/platform-browser: 4.2.5
@angular/platform-browser-dynamic: 4.2.5
@angular/router: 4.2.5
@angular/cli: 1.1.3
@angular/compiler-cli: 4.2.5
@angular/language-service: 4.2.5
@ngtools/webpack: 1.5.0
Repro steps.
The log given by the failure.
Desired functionality.
The project runs normally but i dont know if this warning will throw errors in the future
The text was updated successfully, but these errors were encountered: