Skip to content

Commit

Permalink
⬆️ make build compatible with mac M1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao committed Apr 2, 2023
1 parent a01ee18 commit eb89255
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .sassplusrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"lint": false,
"prefix": true,
"clean": false,
"minify": true
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "saltynote",
"version": "0.3.1",
"version": "0.3.2",
"description": "An extension that helps you make annotations for any web page",
"author": "SaltyNote <[email protected]>",
"engines": {
"node": ">=10"
},
"scripts": {
"build:scss": "scss-powertools src/custom.scss dist/bs4.css",
"build:scss": "sass-plus -i src/custom.scss -o dist/bs4.css -c",
"lint": "eslint --ext .js,.vue src",
"prettier": "prettier \"src/**/*.{js,vue}\"",
"prettier:write": "npm run prettier -- --write",
Expand Down Expand Up @@ -70,11 +70,11 @@
"file-loader": "^5.0.2",
"husky": "^2.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"prettier": "^1.17.1",
"pretty-quick": "^1.8.0",
"sass": "^1.60.0",
"sass-loader": "^7.1.0",
"scss-powertools": "^1.2.1",
"sass-plus": "^0.11.0",
"terser-webpack-plugin": "^2.3.6",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.10",
Expand Down

0 comments on commit eb89255

Please sign in to comment.