mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[PCPlugin] Fix missing sass import
This commit is contained in:
parent
473046a181
commit
2bc4f3cf10
1 changed files with 1 additions and 0 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue