diff --git a/src/preprocessors/pcTheme.js b/src/preprocessors/pcTheme.js index 3a135ee..9e1d771 100644 --- a/src/preprocessors/pcTheme.js +++ b/src/preprocessors/pcTheme.js @@ -4,7 +4,7 @@ import sass from 'sass'; export default (manifestPath, repo) => { const pcManifest = JSON.parse(readFileSync(manifestPath, 'utf8')); - const manifest = { + let manifest = { main: 'index.js', tags: ['theme', 'port'],