File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Code for generating config used by individual packages' Rollup configs
3+ *
4+ * Rollup config docs: https://rollupjs.org/guide/en/#big-list-of-options
5+ */
6+
17import assert from 'assert' ;
28
39import deepMerge from 'deepmerge' ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Code for generating plugins used by individual packages' Rollup configs
3+ *
4+ * License plugin docs: https://github.com/mjeanroy/rollup-plugin-license
5+ * Replace plugin docs: https://github.com/rollup/plugins/tree/master/packages/replace
6+ * Resolve plugin docs: https://github.com/rollup/plugins/tree/master/packages/node-resolve
7+ * Terser plugin docs: https://github.com/TrySound/rollup-plugin-terser#options
8+ * Terser docs: https://github.com/terser/terser#api-reference
9+ * Typescript plugin docs: https://github.com/ezolenko/rollup-plugin-typescript2
10+ *
11+ */
12+
113import deepMerge from 'deepmerge' ;
214import license from 'rollup-plugin-license' ;
315import resolve from '@rollup/plugin-node-resolve' ;
You can’t perform that action at this time.
0 commit comments