We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
搬家 ecomfe/edp-build#39
The text was updated successfully, but these errors were encountered:
支持了outputTemplate属性,升级到edp-build@1.0.6即可
outputTemplate
var p1 = new MD5Renamer({ files: [ 'issue-235.html', // 如果不配置*.html,那么实际上是不会处理这个文件的 '*.js', '*.css', '*.gif' ], replacements: { html: [ 'issue-235.html' ], css: [ 'src/**/*.css' ] }, outputTemplate: '{basename}-{md5sum}{extname}', start: 1, end: 12 });
Sorry, something went wrong.
No branches or pull requests
搬家 ecomfe/edp-build#39
The text was updated successfully, but these errors were encountered: