Skip to content

Commit 7ddaa0c

Browse files
committed
fix(rollup): in macros.js bundle
1 parent 38f1c3f commit 7ddaa0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ export default [
254254
}),
255255
],
256256
},{
257-
input: path.resolve(path.join('Sources', 'vtk.js')),
257+
input: path.resolve(path.join('Sources', 'macros.js')),
258258
output: {
259-
file: path.join(outputDir, 'vtk.js'),
259+
file: path.join(outputDir, 'macros.js'),
260260
format: 'es',
261261
hoistTransitiveImports: false,
262262
},

0 commit comments

Comments
 (0)