documentation/test/fixture/system-import.input.js
Tom MacWright 4dc8cb0ca9 Support system.import with nice handy babel plugin (#603)
* Support system.import with nice handy babel plugin

* Use a smaller import

* Use smaller imports here too
2016-11-18 10:51:03 -05:00

6 lines
162 B
JavaScript

/*
* System.import is a webpack convention
* https://github.com/documentationjs/documentation/issues/578
*/
System.import("./simple.input.js").then(() => {});