Skip to content

Commit

Permalink
fix(rollup): in macros.js bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
joannacirillo committed Aug 25, 2022
1 parent 38f1c3f commit 7ddaa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ export default [
}),
],
},{
input: path.resolve(path.join('Sources', 'vtk.js')),
input: path.resolve(path.join('Sources', 'macros.js')),
output: {
file: path.join(outputDir, 'vtk.js'),
file: path.join(outputDir, 'macros.js'),
format: 'es',
hoistTransitiveImports: false,
},
Expand Down

0 comments on commit 7ddaa0c

Please sign in to comment.