Skip to content

Commit a317ead

Browse files
committed
build files
1 parent 4e27e2c commit a317ead

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 16.13.1
1+
nodejs 18.17.1

rollup.config.js

+19
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,25 @@ export default [
106106
...plugins,
107107
],
108108
},
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+
file: `dist/config-parts.js`,
121+
format: "cjs",
122+
sourcemap: true,
123+
assetFileNames,
124+
},
125+
],
126+
plugins: []
127+
},
109128
{
110129
input: "./src/icons/index.ts",
111130
external,

0 commit comments

Comments
 (0)