mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 14:25:07 +00:00
update Rollup, remove some superfluous deps
This commit is contained in:
@@ -38,7 +38,7 @@ function template(kind, external) {
|
||||
|
||||
export default [
|
||||
template('app', id => /^(svelte\/?|@sapper\/)/.test(id)),
|
||||
template('server', id => builtinModules.includes(id)),
|
||||
template('server', id => /^(svelte\/?|@sapper\/)/.test(id) || builtinModules.includes(id)),
|
||||
|
||||
{
|
||||
input: [
|
||||
|
||||
Reference in New Issue
Block a user