Skip to content

Fallback to file-loader using default options

Compare
Choose a tag to compare
@bhovhannes bhovhannes released this 26 Nov 16:59

What's new ?

Internal changes

  1. Switched to GitHub actions.
  2. Update Node.js version to 10, 12 and 14. We test on this versions only.
  3. Fix some Node warnings and modernized code a little.

Breaking changes

Previously, during falling back to file-loader, svg-url-loader was passing esModule=false option to file-loader. This release changes that behavior and passes esModule=true (file-loader default mode). esModule=true mode was introduced a while ago and is well supported. However, technically it is breaking change.