Skip to content

Commit

Permalink
fix(plugin-sass): 切换回 node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed May 24, 2019
1 parent b486391 commit e425b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/taro-plugin-sass/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sass = require('dart-sass')
const sass = require('node-sass')
const Bundler = require('scss-bundle').Bundler

module.exports = function compileSass (content, file, config) {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "luckyadam",
"license": "MIT",
"dependencies": {
"dart-sass": "^1.17.4",
"node-sass": "^4.12.0",
"scss-bundle": "^2.5.1"
}
}

0 comments on commit e425b57

Please sign in to comment.