Skip to content

Commit

Permalink
Merge pull request #636 from JeromeLin/master
Browse files Browse the repository at this point in the history
chore: replace gulp-sass with gulp-dart-sass and add @babel/runtime
  • Loading branch information
JeromeLin committed May 20, 2021
2 parents b4a9320 + 7463baa commit be31f7c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 218 deletions.
2 changes: 1 addition & 1 deletion packages/zarm-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"fork-ts-checker-webpack-plugin": "^6.2.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-dart-sass": "^1.0.2",
"html-webpack-plugin": "^5.3.1",
"import-local": "^3.0.2",
"jest": "^26.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zarm-cli/src/config/gulpConfig.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import gulp from 'gulp';
import sass from 'gulp-sass';
import sass from 'gulp-dart-sass';
import through2 from 'through2';
import { getProjectPath } from '../utils';

Expand Down
1 change: 1 addition & 0 deletions packages/zarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"Android >= 4"
],
"dependencies": {
"@babel/runtime": "^7.14.0",
"@zarm-design/icons": "^0.1.0",
"better-scroll": "2.0.7",
"classnames": "2.2.6",
Expand Down

0 comments on commit be31f7c

Please sign in to comment.