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

Commit 98a6c1d

Browse files
authoredNov 22, 2019
refactor: next (#345)
1 parent 0df6c8d commit 98a6c1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1347
-1343
lines changed
 

‎.editorconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ insert_final_newline = true
99
trim_trailing_whitespace = true
1010

1111
[*.md]
12-
insert_final_newline = true
13-
trim_trailing_whitespace = false
12+
trim_trailing_whitespace = false

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0](https://github.com/webpack-contrib/file-loader/compare/v4.2.0...v5.0.0) (2019-11-22)
6+
7+
8+
### BREAKING CHANGES
9+
10+
* minimum required nodejs version is `10.13.0`
Has conversations. Original line has conversations.
11+
* switch to ES modules by default (option `esModules` now is `true` by default)
12+
13+
14+
515
## [4.3.0](https://github.com/webpack-contrib/file-loader/compare/v4.2.0...v4.3.0) (2019-11-21)
616

717

0 commit comments

Comments
 (0)
This repository has been archived.