-
Notifications
You must be signed in to change notification settings - Fork 19
Cannot read property 'createBundle' of undefined #9
New issue
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
Comments
Getting the same error. The command "'/usr/bin/node' Exit Code: 1(General error)
|
Would you provide a code reproduction? |
Added bundleRunner as required option for createBundleRenderer
It looks like |
Resolved by #10 (however we need better runtime check message...) |
at vue-bundle-renderer.cjs.js, line 191,
const {evaluateEntry, rewriteErrorTrace} = renderOptions.bundleRunner.createBundle(_bundle, renderOptions);
but renderOptions not has bundleRunner, how to solve this problem.
about the renderOptions.bundleRunner, what i need to trans?
The text was updated successfully, but these errors were encountered: