Here is a link to the code on CodeSandbox: https://codesandbox.io/s/dazzling-jepsen-r7283?file=/vue.config.js
This code snippet is based on an answer from Stack Overflow. You can find it here:
The code in vue.config.js is not being loaded by vue-cli. The goal is to replicate the behavior seen in this CodeSandbox example: https://codesandbox.io/s/cs-vue-cli-3-vj2rl?file=/vue.config.js
There seems to be an issue when trying to read the alias 'modal-styles' in the styles tag of EditCategory.vue:
<style scoped>
@import 'modal-styles';
</style>
An error message is displayed saying "Path must be a string. Received null". This issue only appears in development mode, and you can inspect it further using your browser's developer console.
The error overlay is powered by `react-error-overlay` which is commonly used in create-react-app projects.