UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

7 lines (6 loc) 204 B
module.exports = [ { test: /\.(png|jpg)$/, type: 'asset' }, { test: /\.html$/, loader: 'html-loader' }, { test: /\.cjson$/, loader: 'hson-loader' }, { test: /\.hson$/, loader: 'hson-loader' }, ];