This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 158
[v0.6.0] ValidationError using limit
as {String}
#95
Comments
@huineng please update to |
@evilebottnawi It still breaks on string query like |
@evilebottnawi Seeing the same errors on {
test: /experiments\/.*\/assets\/.*\.(png|jpg|svg)$/,
use: ['url-loader?limit=8192']
} Results in:
|
yes that's what i meant with > 0.6.0 (also 0.6.1) Now i changed from
to
and this works |
@damonbauer seems |
PR: #96 |
michael-ciniawsky
changed the title
build error using => 0.6.0
[v0.6.0] ValidationError using Oct 4, 2017
limit
as {String}
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
with the current release > 0.6.0 you published a day ago
i'm now getting build errors with webpack and angular
webpack 3.6
angular 4.4.4
Module build failed: Validation Error
URL Loader Invalid Options
options['name'] should NOT have additional properties
options.limit should be number
The text was updated successfully, but these errors were encountered: