1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Bump node-version & upgrade node-sass to sass

This commit is contained in:
Deven Caron
2023-01-31 13:57:51 -05:00
parent 3cd81bdb3e
commit d1d4fb5fe5
15 changed files with 717 additions and 4731 deletions

View File

@@ -6,7 +6,7 @@ import resolve from '../utils/template.js';
import { writeFile } from 'node:fs/promises';
import { basename } from 'node:path';
import { promisify } from 'node:util';
import sass, { types } from 'node-sass';
import sass from 'sass';
import { PurgeCSS } from 'purgecss';
const sassRender = promisify(sass.render);

View File

@@ -2,7 +2,7 @@
* @file Provides simple user configuration options.
*/
import loconfig from '../../loconfig.json';
import loconfig from '../../loconfig.json' assert { type: "json" };
let usrconfig;