UNPKG

yahoi

Version:

Yet Another Highly Opinionated Isomorphic Framework

16 lines (15 loc) 481 B
/* * * Webpack Production Config * ################################################################### * * Extends yahoi webpack production config * Modifications can be done here: * * let webpackConfig = require('yahoi').webpackProduction({ projectPath: require('path').resolve('.')}); * webpackConfig.entry = ... * webpackConfig.plugins = ... * module.exports = webpackConfig; * */ module.exports = require('yahoi').webpackServer({ projectPath: require('path').resolve('.')});