UNPKG

varan

Version:

A webpack starter kit for offline-first bring-your-own-code apps with server side rendering

10 lines (8 loc) 347 B
const createCommonConfig = require('../dist/webpack/createCommonConfig'); /** * Create a webpack configuration optimized for client (browser) applications * * @param {{ appDir: string=, env: 'development' | 'test' | 'production'=, target: 'web' | 'node'=}=} options * @returns {webpack.Configuration} */ module.exports = createCommonConfig;