Update Shakapaker to v7

This commit is contained in:
Sebastian Serth
2023-06-26 08:36:38 +02:00
parent ea60626b87
commit 00026df150
10 changed files with 47 additions and 56 deletions

View File

@@ -39,7 +39,7 @@
"rails-erb-loader": "usabilityhub/rails-erb-loader#master",
"sass": "^1.63.6",
"sass-loader": "^13.3.1",
"shakapacker": "6.6.0",
"shakapacker": "7.0.0",
"sortablejs": "^1.15.0",
"sorttable": "^1.0.2",
"style-loader": "^3.3.3",
@@ -69,7 +69,7 @@
"defaults"
],
"scripts": {
"webpack": "./bin/webpacker",
"webpack-dev-server": "./bin/webpacker-dev-server"
"webpack": "./bin/shakapacker",
"webpack-dev-server": "./bin/shakapacker-dev-server"
}
}