Skip to content

Commit

Permalink
Merge pull request #123 from DRoet/feat/prefer-sass-loader-v8
Browse files Browse the repository at this point in the history
Feat(generator): update sass loader to 8.0.0
  • Loading branch information
DRoet authored Oct 17, 2019
2 parents 334c0c1 + 59112d1 commit 56792f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generator/tools/alaCarte.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
function addDependencies (api) {
api.extendPackage({
devDependencies: {
"vuetify-loader": "^1.2.2",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"vuetify-loader": "^1.3.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
}
})
}
Expand Down

0 comments on commit 56792f9

Please sign in to comment.