Skip to content

Commit c3d1cf0

Browse files
committedApr 24, 2018
Use extend.
1 parent d1cbe77 commit c3d1cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default {
66
node()
77
],
88
output: {
9+
extend: true,
910
banner: `// @observablehq/notebook-stdlib Copyright ${(new Date).getFullYear()} Observable, Inc.`,
1011
file: "build/notebook-stdlib.js",
1112
format: "umd",

0 commit comments

Comments
 (0)
Please sign in to comment.