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

default fallback options #143

Closed
Yusoo opened this issue Aug 16, 2018 · 1 comment
Closed

default fallback options #143

Yusoo opened this issue Aug 16, 2018 · 1 comment

Comments

@Yusoo
Copy link

Yusoo commented Aug 16, 2018

url-loader v1.1.0

it work

          {
            loader: 'url-loader',
            options: {
              fallback: 'file-loader',
              limit: 10240,
              outputPath: 'img',
              name: '[name].[hash:8].[ext]',
            },
          }

no fallback, it not work

          {
            loader: 'url-loader',
            options: {
              limit: 10240,
              outputPath: 'img',     // not work
              name: '[name].[hash:8].[ext]',   // not work
            },
          }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants