mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
support public creations
This commit is contained in:
@@ -512,7 +512,7 @@ export function prettify({ file, content, type }) {
|
||||
* Loaded the code comiler based on the mode selected
|
||||
*/
|
||||
export function handleModeRequirements(mode) {
|
||||
const baseTranspilerPath = 'lib/transpilers';
|
||||
const baseTranspilerPath = '/lib/transpilers';
|
||||
// Exit if already loaded
|
||||
var d = deferred();
|
||||
if (modes[mode].hasLoaded) {
|
||||
|
Reference in New Issue
Block a user