We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6642f9 commit f650cd6Copy full SHA for f650cd6
packages/common/rollup.config.mjs
@@ -36,8 +36,8 @@ export default (commandLineArgs) => {
36
ReadableStream: ['web-streams-polyfill/ponyfill', 'ReadableStream'],
37
// Used by can-ndjson-stream
38
TextDecoder: ['text-encoding', 'TextDecoder']
39
- })
40
- //terser({ sourceMap })
+ }),
+ terser({ sourceMap })
41
],
42
// This makes life easier
43
external: [
0 commit comments