pomodoro/gulpconfig.js
Linus Miller 47ce0a2a33 Huge commit
- Update all deps
 - Apply midwest changes
 - Convert all templates to JSX
 - Preact instead of Marko
 - Babel & Eslint
2016-11-10 14:34:44 +01:00

14 lines
158 B
JavaScript

'use strict';
// modules > native
module.exports = {
rollup: {
entries: [
'client/app.jsx',
],
outputs: [
'app.js',
],
},
};