Commit 3c7866e
authored
fix(rollup-conf): styles dir location (#155)
Due to recent breaking changes in Rollup PostCSS plugin that I
completely missed the styles dir has moved from the root to the bundle
files and is now 4 times in the packages (4 copies of the same thing).
This is not how it is documented and was never announced to the public
as a breaking change. This commit reverses it to the way it used to be
prior to the update. It also officially drops support for Rollup PostCSS
plugin (dev dep in our projects) version 2 since the way paths are
interpreted is different from the up to date version 3.1 parent 1f31c3a commit 3c7866e
File tree
2 files changed
+24
-13
lines changed- src/module/generate-rollup-configuration
2 files changed
+24
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| 532 | + | |
532 | 533 | | |
533 | 534 | | |
534 | 535 | | |
535 | 536 | | |
536 | 537 | | |
537 | 538 | | |
| 539 | + | |
538 | 540 | | |
539 | 541 | | |
540 | 542 | | |
| |||
555 | 557 | | |
556 | 558 | | |
557 | 559 | | |
558 | | - | |
559 | | - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
560 | 568 | | |
561 | 569 | | |
562 | 570 | | |
| |||
570 | 578 | | |
571 | 579 | | |
572 | 580 | | |
573 | | - | |
| 581 | + | |
574 | 582 | | |
575 | | - | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
576 | 587 | | |
577 | 588 | | |
578 | 589 | | |
| |||
588 | 599 | | |
589 | 600 | | |
590 | 601 | | |
591 | | - | |
| 602 | + | |
592 | 603 | | |
593 | 604 | | |
594 | 605 | | |
595 | 606 | | |
596 | | - | |
| 607 | + | |
597 | 608 | | |
598 | 609 | | |
599 | 610 | | |
| |||
608 | 619 | | |
609 | 620 | | |
610 | 621 | | |
611 | | - | |
| 622 | + | |
612 | 623 | | |
613 | 624 | | |
614 | 625 | | |
615 | 626 | | |
616 | | - | |
| 627 | + | |
617 | 628 | | |
618 | 629 | | |
619 | 630 | | |
| |||
630 | 641 | | |
631 | 642 | | |
632 | 643 | | |
633 | | - | |
| 644 | + | |
634 | 645 | | |
635 | 646 | | |
636 | 647 | | |
637 | 648 | | |
638 | | - | |
| 649 | + | |
639 | 650 | | |
640 | 651 | | |
641 | 652 | | |
| |||
649 | 660 | | |
650 | 661 | | |
651 | 662 | | |
652 | | - | |
| 663 | + | |
653 | 664 | | |
654 | 665 | | |
655 | 666 | | |
656 | 667 | | |
657 | | - | |
| 668 | + | |
658 | 669 | | |
659 | 670 | | |
660 | 671 | | |
| |||
0 commit comments