- 
                Notifications
    You must be signed in to change notification settings 
- Fork 918
Closed
Description
Version
16.0.0-alpha.2
Reproduction link
https://github.com/sisou/vue-next-webpack-preview
Steps to reproduce
- (Fork and) clone https://github.com/vuejs/vue-next-webpack-preview
- Run yarn upgradeto have the latest versions (e.g. vue-loader@16.0.0-alpha.2)
- Replace the relative src to the Vue logo in App.vuewith a HTTP URL:https://vuejs.org/images/logo.png
- Try to compile with yarn devoryarn buildand receive an error.
What is expected?
The project compiles without errors, because absolute and HTTP URLs are ignored (or rather preserved-as-is) by vue-loader.
What is actually happening?
Vue-loader throws an error during compilation that it could not find dependencies.
I hope I have interpreted the Transform Rules correctly. I think I have, because it is working fine with Vue 2 and a lower version of vue-loader.
Metadata
Metadata
Assignees
Labels
No labels