create a facade over webpack, to support alternative compilers

This commit is contained in:
Rich Harris
2018-08-25 09:11:45 -04:00
parent d5bf206d2a
commit 24f2855f89
4 changed files with 104 additions and 50 deletions

View File

@@ -9,7 +9,8 @@ export function build() {
dest: locations.dest(),
app: locations.app(),
routes: locations.routes(),
webpack: 'webpack'
webpack: 'webpack',
rollup: 'rollup'
});
emitter.on('build', event => {