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.

10 lines (8 loc) 238 B
"use strict"; 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]' });