Minor fixes to template

This commit is contained in:
Tony Garnock-Jones 2022-04-22 14:05:10 +02:00
parent 38f3d05fe0
commit de0cfbcb85
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,12 @@ import sourcemaps from 'rollup-plugin-sourcemaps';
export default {
input: 'lib/index.js',
plugins: [sourcemaps()],
external: [
'@preserves/core',
'@syndicate-lang/core',
'@syndicate-lang/html',
'@syndicate-lang/ws-relay',
],
output: {
file: 'index.js',
format: 'umd',

View File

@ -36,7 +36,6 @@ function bootApp(ds: Ref) {
at remoteDs {
assert ExampleDefinition(this_instance);
during ExampleDefinition($who: string) => {
console.log('saw', who);
const ui = new html.Anchor();
at ds {
assert ui.html(