Skip to content

Commit

Permalink
feat: upgraded to webpack 5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: loader won't work in v4 anymore
  • Loading branch information
bhovhannes committed Sep 4, 2022
1 parent c3db442 commit 9b58a0f
Show file tree
Hide file tree
Showing 6 changed files with 5,779 additions and 1,172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .renovaterc
Expand Up @@ -7,7 +7,7 @@
},
"packageRules": [
{
"packageNames": ["file-loader", "loader-utils"],
"packageNames": ["file-loader"],
"schedule": ["at any time"]
}
]
Expand Down

0 comments on commit 9b58a0f

Please sign in to comment.