node-sass换为dart-sass

This commit is contained in:
灌糖包子 2022-03-13 00:35:25 +08:00
parent 185a812d92
commit 05a3b66599
4 changed files with 495 additions and 3699 deletions

View File

@ -7,9 +7,6 @@ const gulp = require('gulp'),
// 程序执行的传参
const argv = require('optimist')
// .demand(['accessKey', 'accessSecret', 'deployPath'])
.describe('accessKey', '网易云对象存储key')
.describe('accessSecret', '网易云对象存储secret')
.describe('deployPath', '静态化后发布的目录')
.argv

View File

@ -1,5 +1,5 @@
{
"name": "hexo_blog",
"name": "blog-web",
"version": "1.1.0",
"private": true,
"hexo": {

File diff suppressed because it is too large Load Diff

View File

@ -37,8 +37,8 @@
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"postcss-loader": "^6.2.1",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"terser-webpack-plugin": "^5.3.1",
"url-loader": "^4.1.1",