don't use absolute paths when importing the runtime definitions, instead just export it - fixes #2909

This commit is contained in:
Sebastian McKenzie
2015-11-08 02:44:05 -08:00
parent 7b552aee4d
commit 5589a583c8
2 changed files with 3 additions and 1 deletions

View File

@@ -136,3 +136,5 @@ export default function ({ types: t }) {
}
};
}
export { definitions };