[vtkusers] vtk.js issue with the ES6 example
smurphy
sebastien.murphy at gmail.com
Thu Jun 14 10:32:39 EDT 2018
Hi,
I'm using vtk version 6.6.1. (Below is my package.json)
{
"name": "mywebproject",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"dependencies": {
"kw-web-suite": "^6.1.0",
"vtk.js": "^6.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts": {
"build": "webpack",
"build:release": "webpack -p",
"start": "webpack-dev-server --content-base ./dist",
"commit": "git cz",
"semantic-release": "semantic-release"
},
"author": "Seb",
"license": "ISC"
}
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list