Files
sapper/test/app/templates/main.js
2017-12-18 21:39:17 -05:00

10 lines
279 B
JavaScript

import { init } from '__app__';
// `routes` is an array of route objects injected by Sapper
init(document.querySelector('#sapper'), __routes__);
// if (__dev__) {
// // Enable hot-module reloading
// import('sapper/webpack/hmr');
// if (module.hot) module.hot.accept();
// }