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

default fallback options #143

Closed
Closed
@Yusoo

Description

@Yusoo

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
            },
          }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions