mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
create a facade over webpack, to support alternative compilers
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user