mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 08:25:05 +01:00
upgrade to node-sass 5.0 (adds support for node 15.x) #2841
This commit is contained in:
parent
0582f57517
commit
1e70d9fe46
14 changed files with 12794 additions and 2433 deletions
|
|
@ -32,6 +32,8 @@ const banner = `/*!
|
|||
* Copyright (C) 2020 Hakim El Hattab, https://hakim.se
|
||||
*/\n`
|
||||
|
||||
sass.compiler = require('node-sass');
|
||||
|
||||
// Prevents warnings from opening too many test pages
|
||||
process.setMaxListeners(20);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue