put all the imports in the .deps folder

pull/5370/head
yann300 4 years ago committed by GitHub
parent df3d558f5b
commit dcabab434d
  1. 2
      apps/remix-ide/src/app/compiler/compiler-imports.js

@ -90,7 +90,7 @@ module.exports = class CompilerImports extends Plugin {
if (this.fileManager) {
const workspace = this.fileManager.currentFileProvider()
const path = targetPath || type + '/' + cleanUrl
if (workspace) workspace.addExternal(path, content, url)
if (workspace) workspace.addExternal('.deps/' + path, content, url)
}
cb(null, content)
})

Loading…
Cancel
Save