-
Notifications
You must be signed in to change notification settings - Fork 108
fix(pack): invalid css url request should throw waring instead of error #2535
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| warning - [resolve] /style/invalid_pseudo_class/input/index.less.css:30:4 Module not found: Can't resolve '' | ||
|
|
||
| 26 | margin-bottom: 12px; | ||
| 27 | } | ||
| 28 | | ||
| 29 | .layoutContainer { | ||
| + v | ||
| 30 + background-image: url(''); | ||
| + ^ | ||
| 31 | } | ||
| 32 | | ||
| 33 | .layoutContainer2 { | ||
| 34 | background-image: url(<path-to-image>) lightgray 50% / cover no-repeat | ||
|
|
||
|
|
||
|
|
||
| | It was not possible to find the requested file. | ||
| | Parsed request as written in source code: empty | ||
| | Path where resolving has started: [project]/style/invalid_pseudo_class/input/index.less.css | ||
| | Type of request: url request | ||
| | | ||
| Import trace: | ||
| Browser: | ||
| ./style/invalid_pseudo_class/input/index.less.css | ||
| ./style/invalid_pseudo_class/input/index.less | ||
| ./style/invalid_pseudo_class/input/index.ts |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| warning - [resolve] /style/invalid_pseudo_class/input/index.less.css:34:4 Module not found: Can't resolve '<path-to-image>' | ||
|
|
||
| 30 | background-image: url(''); | ||
| 31 | } | ||
| 32 | | ||
| 33 | .layoutContainer2 { | ||
| + v | ||
| 34 + background-image: url(<path-to-image>) lightgray 50% / cover no-repeat | ||
| + ^ | ||
| 35 | } | ||
|
|
||
|
|
||
|
|
||
| | It was not possible to find the requested file. | ||
| | Parsed request as written in source code: module "'<path-to-image>'" | ||
| | Path where resolving has started: [project]/style/invalid_pseudo_class/input/index.less.css | ||
| | Type of request: url request | ||
| | | ||
| Import trace: | ||
| Browser: | ||
| ./style/invalid_pseudo_class/input/index.less.css | ||
| ./style/invalid_pseudo_class/input/index.less | ||
| ./style/invalid_pseudo_class/input/index.ts |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.