Skip to content

Commit

Permalink
Merge pull request #53 from eddieferrer/dependabot/npm_and_yarn/front…
Browse files Browse the repository at this point in the history
…end/sass-loader-9.0.3

Bump sass-loader from 7.1.0 to 9.0.3 in /frontend
  • Loading branch information
eddieferrer authored Aug 20, 2020
2 parents b7d6667 + 8f9447c commit 6dcb705
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 78 deletions.
131 changes: 55 additions & 76 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"husky": "^4.2.5",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"sass-loader": "^7.1.0",
"sass-loader": "^9.0.3",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
loaderOptions: {
sass: {
// Inject these css files into all component styles
data: `
additionalData: `
@import '@/scss/colors.scss';
`,
},
Expand Down

0 comments on commit 6dcb705

Please sign in to comment.