Skip to content
Snippets Groups Projects
Commit 0f758cf5 authored by Alexander Rose's avatar Alexander Rose
Browse files

fix webpack prod build setup

parent a6605052
No related branches found
No related tags found
No related merge requests found
const { createApp, createExample } = require('./webpack.config.common.js');
const apps = ['viewer'];
const examples = ['proteopedia-wrapper', 'basic-wrapper', 'lighting'];
module.exports = [
...apps.map(createApp),
createApp('viewer', 'molstar'),
...examples.map(createExample)
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment