fix relative import

pull/3094/head
yann300 7 years ago committed by GitHub
parent 46e74e003f
commit dd65cb1ff2
  1. 2
      src/app/compiler/compiler-imports.js

@ -65,7 +65,7 @@ module.exports = class CompilerImports {
}
isRelativeImport (url) {
return /^([A-Za-z0-9]+)/.exec(url)
return /^([^/]+)/.exec(url)
}
import (url, loadingCb, cb) {

Loading…
Cancel
Save