Skip to content

Commit 9b58a0f

Browse files
committed
feat: upgraded to webpack 5
BREAKING CHANGE: loader won't work in v4 anymore
1 parent c3db442 commit 9b58a0f

File tree

6 files changed

+5779
-1172
lines changed

6 files changed

+5779
-1172
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x, 16.x]
11+
node-version: [14.x, 16.x]
1212

1313
steps:
1414
- uses: actions/checkout@v3

.renovaterc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"packageRules": [
99
{
10-
"packageNames": ["file-loader", "loader-utils"],
10+
"packageNames": ["file-loader"],
1111
"schedule": ["at any time"]
1212
}
1313
]

0 commit comments

Comments
 (0)