Skip to content

Commit f650cd6

Browse files
committed
Revert rollup config changes
1 parent f6642f9 commit f650cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export default (commandLineArgs) => {
3636
ReadableStream: ['web-streams-polyfill/ponyfill', 'ReadableStream'],
3737
// Used by can-ndjson-stream
3838
TextDecoder: ['text-encoding', 'TextDecoder']
39-
})
40-
//terser({ sourceMap })
39+
}),
40+
terser({ sourceMap })
4141
],
4242
// This makes life easier
4343
external: [

0 commit comments

Comments
 (0)