UNPKG

@mhy/config

Version:

> This documentation is not complete. It's in progress and it's a BETA version. Use the tool at your own risk.

9 lines (7 loc) 230 B
const path = require('path') module.exports.default = () => ({ path: path.resolve(process.cwd(), 'build'), filename: '[name].[hash:5].js', publicPath: '', chunkFilename: 'app.chunk[id].[chunkhash].js?v=[hash]' })