[PCPlugin] Fix missing sass import

This commit is contained in:
Ducko 2021-04-22 21:27:03 +01:00 committed by Lexi Sother
parent 473046a181
commit 2bc4f3cf10
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { readFileSync, writeFileSync, mkdirSync, rmSync } from 'fs';
import sass from 'sass';
export default (manifestPath, repo) => {
const pcManifest = JSON.parse(readFileSync(manifestPath, 'utf8'));