File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 11import { makeBaseNPMConfig , makeNPMConfigVariants } from '../../rollup/index.js' ;
22
3- export default makeNPMConfigVariants ( makeBaseNPMConfig ( ) ) ;
3+ export default makeNPMConfigVariants (
4+ makeBaseNPMConfig ( {
5+ // packages with bundles have a different build directory structure
6+ hasBundles : true ,
7+ } ) ,
8+ ) ;
Original file line number Diff line number Diff line change 11import { makeBaseNPMConfig , makeNPMConfigVariants } from '../../rollup/index.js' ;
22
3- export default makeNPMConfigVariants ( makeBaseNPMConfig ( ) ) ;
3+ export default makeNPMConfigVariants (
4+ makeBaseNPMConfig ( {
5+ // packages with bundles have a different build directory structure
6+ hasBundles : true ,
7+ } ) ,
8+ ) ;
Original file line number Diff line number Diff line change 11import { makeBaseNPMConfig , makeNPMConfigVariants } from '../../rollup/index.js' ;
22
3- export default makeNPMConfigVariants ( makeBaseNPMConfig ( ) ) ;
3+ export default makeNPMConfigVariants (
4+ makeBaseNPMConfig ( {
5+ // packages with bundles have a different build directory structure
6+ hasBundles : true ,
7+ } ) ,
8+ ) ;
Original file line number Diff line number Diff line change 11import { makeBaseNPMConfig , makeNPMConfigVariants } from '../../rollup/index.js' ;
22
3- export default makeNPMConfigVariants ( makeBaseNPMConfig ( ) ) ;
3+ export default makeNPMConfigVariants (
4+ makeBaseNPMConfig ( {
5+ // packages with bundles have a different build directory structure
6+ hasBundles : true ,
7+ } ) ,
8+ ) ;
You can’t perform that action at this time.
0 commit comments