We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e27e2c commit a317eadCopy full SHA for a317ead
.tool-versions
@@ -1 +1 @@
1
-nodejs 16.13.1
+nodejs 18.17.1
rollup.config.js
@@ -106,6 +106,25 @@ export default [
106
...plugins,
107
],
108
},
109
+ {
110
+ input: "./src/config-parts.js",
111
+ external,
112
+ output: [
113
114
+ file: `dist/config-parts.js`,
115
+ format: "es",
116
+ sourcemap: true,
117
+ assetFileNames,
118
+ },
119
120
121
+ format: "cjs",
122
123
124
125
+ ],
126
+ plugins: []
127
128
{
129
input: "./src/icons/index.ts",
130
external,
0 commit comments