UNPKG

fusion-cli

Version:
15 lines (10 loc) 242 B
// @noflow import App from 'fusion-core'; import test from 'mapbox-gl'; import other from 'other'; console.log('helloworld'); console.log(test); console.log(other); export default (async function() { return new App('el', el => el); });