This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
"component.__file" uses absolut path #258
Closed
Description
There has been an issue about this before, but it was closed, but not fixed (as far as I understand):
#221
The problem is that I want to bundle and release a vuejs component library. However it contains absolut paths like the following
component.__file = "D:\\Source\\office-ui-fabric-vue\\packages\\office-ui-fabric-vue\\src\\FocusTrapZone\\FocusTrapZone.vue";
I did not find any solution on how to remove this! It even states in a comment above the line: "// For security concerns, we use only base name in production mode.". This is not the case however!
Metadata
Metadata
Assignees
Labels
No labels