UNPKG

ncats-protvista-viewer

Version:

A collection of nightingale and custom components to show details of a protein sequence

13 lines (10 loc) 318 B
const path = require('path'); const missingDependencies = ['./node_modules/protvista-utils/dist/protvista-utils.js']; module.exports = { mode: "production", entry: ['./src/index.js', ...missingDependencies], output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js' } };