avoid manually including require-kernel in ace.js

This commit is contained in:
webzwo0i 2021-02-25 14:17:36 +01:00 committed by John McLear
parent 12c23d468c
commit fa29858a4e
2 changed files with 2 additions and 11 deletions

View file

@ -226,8 +226,6 @@ const getAceFile = async () => {
filenames.push(matches[2]);
}
}
// Always include the require kernel.
filenames.push('../static/js/require-kernel.js');
data += ';\n';
data += 'Ace2Editor.EMBEDED = Ace2Editor.EMBEDED || {};\n';