minchao-js-sdk
Version:
19 lines • 837 B
JavaScript
// const packageInfo = require('../package.json')
// const fs = require('fs')
// const path = require('path')
//
// const BmobFile = path.join(__dirname, '../dist/Bmob-' + packageInfo.version + '.min.js')
// function HapAmendAsyncPlugin(options) { }
//
// HapAmendAsyncPlugin.prototype.apply = function (compiler) {
// compiler.plugin("done", function (compilation,) {
// // Do something async...
// fs.readFile(BmobFile, 'utf-8', function(error, result){
// const data = result.replace("xxrequire('@system.fetch')xx", "require('@system.fetch')")
// fs.writeFile(BmobFile, data, function (error) {
// console.log('Bmob-' + packageInfo.version + '.min.js 打包成功')
// })
// })
// });
// };
// module.exports = HapAmendAsyncPlugin;