Merge pull request #2529 from LOLCATATONIA/patch-1
replace node-sass with sass
This commit is contained in:
commit
c61c1366b5
|
@ -30,3 +30,7 @@ obj
|
|||
|
||||
# Styles Generated Code
|
||||
*.scss.ts
|
||||
# .CER Certificates
|
||||
*.cer
|
||||
# .PEM Certificates
|
||||
*.pem
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue