You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* keep path of source file in source map
* fix#943, regex should consider path or file name includes dot
* use path.extname rather than regex
* add sourceRoot option for SourceMapGenerator
vue-loader/lib/selector.js
Line 13 in 21fb818
I just wondering if:
"..\..\webapp-test\src\views\Login.vue".replace(/\..+$/, '.vue') === ".vue"
is expected ?
The text was updated successfully, but these errors were encountered: