Relative Content

Tag Archive for vue.jsviterollupmodularelement-plus

TypeError: Cannot read properties of null (reading ‘ce’)

The app I’m working with contains a core and modules. As I was migrating from Vue 2 to Vue 3, I encountered an error that I can’t seem to solve. In the previous version, each module contained a Rollup configuration that created two files (components.js and settings.js) and placed them in Roaming/installationFile/module/nameofModule. These two files are then read by the core app.
rollup.config