node-sass换为dart-sass
This commit is contained in:
parent
185a812d92
commit
05a3b66599
@ -7,9 +7,6 @@ const gulp = require('gulp'),
|
|||||||
|
|
||||||
// 程序执行的传参
|
// 程序执行的传参
|
||||||
const argv = require('optimist')
|
const argv = require('optimist')
|
||||||
// .demand(['accessKey', 'accessSecret', 'deployPath'])
|
|
||||||
.describe('accessKey', '网易云对象存储key')
|
|
||||||
.describe('accessSecret', '网易云对象存储secret')
|
|
||||||
.describe('deployPath', '静态化后发布的目录')
|
.describe('deployPath', '静态化后发布的目录')
|
||||||
.argv
|
.argv
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo_blog",
|
"name": "blog-web",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"hexo": {
|
"hexo": {
|
||||||
|
|||||||
4187
themes/yilia/package-lock.json
generated
4187
themes/yilia/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -37,8 +37,8 @@
|
|||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"html-webpack-plugin": "^5.5.0",
|
"html-webpack-plugin": "^5.5.0",
|
||||||
"mini-css-extract-plugin": "^2.6.0",
|
"mini-css-extract-plugin": "^2.6.0",
|
||||||
"node-sass": "^7.0.1",
|
|
||||||
"postcss-loader": "^6.2.1",
|
"postcss-loader": "^6.2.1",
|
||||||
|
"sass": "^1.49.9",
|
||||||
"sass-loader": "^12.6.0",
|
"sass-loader": "^12.6.0",
|
||||||
"terser-webpack-plugin": "^5.3.1",
|
"terser-webpack-plugin": "^5.3.1",
|
||||||
"url-loader": "^4.1.1",
|
"url-loader": "^4.1.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user