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
var mp = require('moles-packer'); var options = { 'entry': 'index.ios.js', "platform": "ios", 'output': './build', 'bundle': true, 'common-bundle': true, "verbose":true, "single":false, "minify":true, "standalone":false }; var promise = mp.pack(options, function () { }); promise .then(function () { }) .catch(function (err) { console.log(err) });
这样拆包的时候报错: [SOURCE] index.ios.js ( entry ) start ... react / es2015 ... [ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 1, attempted to resolve relative to "/Users/iwangx/Cai8"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这样拆包的时候报错:
[SOURCE] index.ios.js ( entry )
start ... react / es2015 ... [ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 1, attempted to resolve relative to "/Users/iwangx/Cai8"]
The text was updated successfully, but these errors were encountered: