Skip to content

Commit

Permalink
Ignore css ordering for sass
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Feb 20, 2020
1 parent f89d543 commit 10f2565
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"lint:css:fix": "stylelint **/*.vue --fix",
"stylelint-check": "stylelint-config-prettier-check",
"serve": "cross-env LOCAL=true vue-cli-service serve --mode development --open",
"release": "release-it"
"release": "release-it",
"release:dry-run": "release-it --dry-run"
},
"lint-staged": {
"*.{js,vue}": [
Expand Down Expand Up @@ -107,11 +108,11 @@
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1",
"prettier-stylelint": "^0.4.2",
"release-it": "^12.5.0",
"release-it": "^12.6.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"stylelint": "^13.2.0",
"stylelint-config-prettier": "^7.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-order": "^4.0.0",
"terser-webpack-plugin": "^2.3.5",
"vue-cli-plugin-vuetify": "^2.0.5",
Expand Down
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ let rawdata = fs.readFileSync(`${process.env.VUE_APP_SOLUTION_CONFIG_FILE}`);
let solutionConfig = JSON.parse(rawdata);

let buildConfig = {
css: {
extract: { ignoreOrder: true }
},
devServer: {
https: false,
port: 8080,
Expand Down

0 comments on commit 10f2565

Please sign in to comment.