We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cbe77 commit c3d1cf0Copy full SHA for c3d1cf0
rollup.config.js
@@ -6,6 +6,7 @@ export default {
6
node()
7
],
8
output: {
9
+ extend: true,
10
banner: `// @observablehq/notebook-stdlib Copyright ${(new Date).getFullYear()} Observable, Inc.`,
11
file: "build/notebook-stdlib.js",
12
format: "umd",
0 commit comments