mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 21:24:59 +00:00
@@ -9,7 +9,8 @@ import { builtinModules } from 'module';
|
||||
const external = [].concat(
|
||||
Object.keys(pkg.dependencies),
|
||||
Object.keys(process.binding('natives')),
|
||||
'sapper/core.js'
|
||||
'sapper/core.js',
|
||||
'svelte/compiler'
|
||||
);
|
||||
|
||||
function template(kind, external) {
|
||||
@@ -65,4 +66,4 @@ export default [
|
||||
})
|
||||
]
|
||||
}
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user