UNPKG

j-gallery

Version:
13 lines (12 loc) 256 B
var webpack = require('webpack'); module.exports = { entry: './modules/index', output: { filename: 'dist/ReactHotAPI.js', libraryTarget: 'umd', library: 'ReactHotAPI' }, plugins: [ new webpack.optimize.OccurenceOrderPlugin() ] };