We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enforce: post
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
15.2.1
https://github.com/earlymeme/test-vue-loader-with-post-loader
yarn
yarn test
no error
Uncaught TypeError: Cannot set property 'render' of undefined at normalizeComponent (componentNormalizer.js?2877:24)
loaders[0] is not self in this case. https://github.com/vuejs/vue-loader/blob/v15.2.1/lib/loaders/pitcher.js#L23 because of https://github.com/webpack/webpack/blob/v4.12.1/lib/NormalModuleFactory.js#L318 the post loader will be the first one.
The text was updated successfully, but these errors were encountered:
be2384c
No branches or pull requests
Version
15.2.1
Reproduction link
https://github.com/earlymeme/test-vue-loader-with-post-loader
Steps to reproduce
yarn
to install devDependenciesyarn test
to create a test serverWhat is expected?
no error
What is actually happening?
Uncaught TypeError: Cannot set property 'render' of undefined
at normalizeComponent (componentNormalizer.js?2877:24)
loaders[0] is not self in this case. https://github.com/vuejs/vue-loader/blob/v15.2.1/lib/loaders/pitcher.js#L23
because of https://github.com/webpack/webpack/blob/v4.12.1/lib/NormalModuleFactory.js#L318 the post loader will be the first one.
The text was updated successfully, but these errors were encountered: