提交 afbaf2cf 编写于 作者: J Johannes Rieken

missing compile

上级 437260c6
...@@ -252,7 +252,7 @@ function transportCSS(module, enqueue, write) { ...@@ -252,7 +252,7 @@ function transportCSS(module, enqueue, write) {
} }
const filename = path.join(SRC_DIR, module); const filename = path.join(SRC_DIR, module);
const fileContents = fs.readFileSync(filename).toString(); const fileContents = fs.readFileSync(filename).toString();
const inlineResources = 'base64'; // see https://github.com/Microsoft/monaco-editor/issues/148 const inlineResources = 'base64'; // see https://github.com/microsoft/monaco-editor/issues/148
const newContents = _rewriteOrInlineUrls(fileContents, inlineResources === 'base64'); const newContents = _rewriteOrInlineUrls(fileContents, inlineResources === 'base64');
write(module, newContents); write(module, newContents);
return true; return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册