Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
10
node_modules/fast-equals/config/rollup/config.cjs.js
generated
vendored
Normal file
10
node_modules/fast-equals/config/rollup/config.cjs.js
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { BASE_CONFIG, PACKAGE_JSON } from './config.base.js';
|
||||
|
||||
export default {
|
||||
...BASE_CONFIG,
|
||||
output: {
|
||||
...BASE_CONFIG.output,
|
||||
file: PACKAGE_JSON.main,
|
||||
format: 'cjs',
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue