Commit 0dad6a2
CLJS-2691: goog.require in module-processed files shouldn't require goog.base
Using goog.require or `import x from "goog:something"` adds goog base
into module requires, but because Cljs already adds goog base file to
build always, this causes duplicate file error in optimize step.1 parent 3265705 commit 0dad6a2
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1735 | 1735 | | |
1736 | 1736 | | |
1737 | 1737 | | |
1738 | | - | |
1739 | | - | |
1740 | | - | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
1741 | 1745 | | |
1742 | 1746 | | |
1743 | 1747 | | |
| |||
0 commit comments