Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Issue with default fallback options #146

Closed
JoseGoncalves opened this issue Aug 16, 2018 · 1 comment · Fixed by #145
Closed

Issue with default fallback options #146

JoseGoncalves opened this issue Aug 16, 2018 · 1 comment · Fixed by #145

Comments

@JoseGoncalves
Copy link

The following working config in 1.0.1:

{
	test: /\.(png|jpg|gif|svg)$/,
	loader: 'url-loader',
	options: {
		limit: 2048,
		name: 'img/[name].[hash:8].[ext]'
	}
}

does not work with version 1.1.0, i.e., the 'name' option is not passed to the default fallback 'file-loader'.
Is this on purpose or is it a bug?

@michael-ciniawsky
Copy link
Member

It is a known bug please pin your version to < v1.1.0 for now :). It's already fixed on master but pending a release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants