Fallback to file-loader using default options
What's new ?
Internal changes
- Switched to GitHub actions.
- Update Node.js version to 10, 12 and 14. We test on this versions only.
- 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.