2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-27 20:09:03 +00:00
nativefier/src/index.js

7 lines
132 B
JavaScript
Raw Normal View History

2016-01-24 13:07:22 +00:00
import 'source-map-support/register';
2016-03-11 17:42:53 +00:00
import 'babel-polyfill';
2016-01-24 13:07:22 +00:00
2016-01-29 06:26:35 +00:00
import buildApp from './build/buildMain';
export default buildApp;