|
@@ -1,9 +1,8 @@
|
|
|
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)
|
|
|
]
|