Skip to content
Snippets Groups Projects
webpack.config.js 497 B
Newer Older
const { createApp, createExample, createBrowserTest } = require('./webpack.config.common.js');
const examples = ['proteopedia-wrapper', 'basic-wrapper', 'lighting', 'alpha-orbitals'];
const tests = [
    'font-atlas',
    'marching-cubes',
David Sehnal's avatar
David Sehnal committed
    'render-lines', 'render-mesh', 'render-shape', 'render-spheres', 'render-structure', 'render-text',
    'parse-xtc'
    createApp('rednatco', 'molstar'),
    ...examples.map(createExample),
    ...tests.map(createBrowserTest)