Fix adding import to the browser explorer

pull/5370/head
yann300 5 years ago committed by GitHub
parent 4e5d4d4b25
commit 5c74f33ddb
  1. 2
      src/app/tabs/compileTab/compileTab.js

@ -93,7 +93,7 @@ class CompileTab {
if (error) return cb(error)
if (this.fileProvider) {
this.fileProvider.addExternal(cleanUrl, content, url)
this.fileProvider.addExternal(type + '/' + cleanUrl, content, url)
}
cb(null, content)
})

Loading…
Cancel
Save