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 38f1c3f commit 7ddaa0cCopy full SHA for 7ddaa0c
rollup.config.js
@@ -254,9 +254,9 @@ export default [
254
}),
255
],
256
},{
257
- input: path.resolve(path.join('Sources', 'vtk.js')),
+ input: path.resolve(path.join('Sources', 'macros.js')),
258
output: {
259
- file: path.join(outputDir, 'vtk.js'),
+ file: path.join(outputDir, 'macros.js'),
260
format: 'es',
261
hoistTransitiveImports: false,
262
},
0 commit comments