Skip to content

Commit

Permalink
chore: upgrade dependencies, v20 node, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkifer committed May 21, 2024
1 parent 5ed2383 commit 1a4a333
Show file tree
Hide file tree
Showing 7 changed files with 390 additions and 12,731 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
2 changes: 1 addition & 1 deletion config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
}, {
test: /\.css$/,
use: [{
loader: 'css-to-string-loader'
loader: 'to-string-loader'
}, {
loader: 'css-loader'
}]
Expand Down
Loading

0 comments on commit 1a4a333

Please sign in to comment.