mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
* Support system.import with nice handy babel plugin * Use a smaller import * Use smaller imports here too
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
/*
|
|
* System.import is a webpack convention
|
|
* https://github.com/documentationjs/documentation/issues/578
|
|
*/
|
|
System.import("./simple.input.js").then(() => {});
|