Merge pull request #2529 from LOLCATATONIA/patch-1

replace node-sass with sass
This commit is contained in:
Hugo Bernier 2022-04-10 18:46:55 -07:00 committed by GitHub
commit c61c1366b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View File

@ -30,3 +30,7 @@ obj
# Styles Generated Code
*.scss.ts
# .CER Certificates
*.cer
# .PEM Certificates
*.pem

View File

@ -51,6 +51,7 @@ Version|Date|Comments
0.0.5|November 15, 2017|Added data provider that demonstrates the CRUD operations
0.0.6|December 11, 2018|Updated sample to SPFx 1.4 and Vue 2.5.x
0.0.7|April 28, 2020|Updated sample to SPFx 1.10 and Vue 2.6.x, fixed issues with batch loader
0.0.8|April 4, 2022|Replace node sass with sass
## Minimal Path to Awesome

View File

@ -9,7 +9,7 @@
"Sample Todo web part demonstrating how you can utilize Vue (a progressive framework for building user interfaces) with SharePoint Framework using handy single-file components approach."
],
"creationDateTime": "2020-04-27",
"updateDateTime": "2020-04-27",
"updateDateTime": "2022-04-04",
"products": [
"SharePoint"
],

View File

@ -32,7 +32,7 @@
"ajv": "~6.12.3",
"css-loader": "^3.5.3",
"gulp": "~3.9.1",
"node-sass": "~7.0.0",
"sass": "^1.49.11",
"sass-loader": "~8.0.2",
"tslint-microsoft-contrib": "5.0.0",
"vue-loader": "^15.9.1",