Skip to content

Commit a30653e

Browse files
authored
Switched comments
1 parent c3e1c66 commit a30653e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default [
102102
}
103103
},
104104

105-
// ESM Icons only Module Bundle Build
105+
// ESM Module Bundle Build
106106
{
107107
...baseConfig,
108108
output: {
@@ -113,7 +113,7 @@ export default [
113113
}
114114
},
115115

116-
// ESM Module Bundle Build
116+
// ESM Icons only Module Bundle Build
117117
{
118118
...baseConfig,
119119
input: path.resolve(src, 'icons-only.js'),

0 commit comments

Comments
 (0)