Skip to content

Commit

Permalink
chore(taro-webpack-runner): 更新 Dart Sass 至 1.23.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Oct 24, 2019
1 parent f76467f commit bb27cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/taro-webpack-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"copy-webpack-plugin": "^5.0.3",
"css-loader": "1.0.0",
"csso-webpack-plugin": "1.0.0-beta.12",
"dart-sass": "1.17.3",
"detect-port": "^1.3.0",
"file-loader": "3.0.1",
"html-webpack-include-assets-plugin": "1.0.5",
Expand All @@ -61,6 +60,7 @@
"postcss-pxtransform": "1.3.21",
"resolve": "1.8.1",
"resolve-url-loader": "2.3.0",
"sass": "^1.23.1",
"sass-loader": "7.1.0",
"scss-bundle": "^2.5.1",
"style-loader": "0.21.0",
Expand All @@ -82,7 +82,7 @@
"@types/lodash": "4.14.116",
"@types/node": "10.3.5",
"@types/resolve": "0.0.8",
"@types/webpack": "4.4.3",
"@types/webpack": "^4.39.5",
"@types/webpack-chain": "5.0.0",
"@types/webpack-dev-server": "3.1.4",
"@types/webpack-merge": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-webpack-runner/src/util/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as apis from '@tarojs/taro-h5/dist/taroApis'
import * as Bundler from '@tarojs/plugin-sass/bundler'
import * as CopyWebpackPlugin from 'copy-webpack-plugin'
import CssoWebpackPlugin from 'csso-webpack-plugin'
import * as sass from 'dart-sass'
import * as sass from 'sass'
import * as HtmlWebpackPlugin from 'html-webpack-plugin'
import { partial } from 'lodash'
import { mapKeys, pipe } from 'lodash/fp'
Expand Down

0 comments on commit bb27cf9

Please sign in to comment.