We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e1c66 commit a30653eCopy full SHA for a30653e
scripts/rollup.config.js
@@ -102,7 +102,7 @@ export default [
102
}
103
},
104
105
- // ESM Icons only Module Bundle Build
+ // ESM Module Bundle Build
106
{
107
...baseConfig,
108
output: {
@@ -113,7 +113,7 @@ export default [
113
114
115
116
- // ESM Module Bundle Build
+ // ESM Icons only Module Bundle Build
117
118
119
input: path.resolve(src, 'icons-only.js'),
0 commit comments