Version
3.1.4
Reproduction link
sfc-playground
Steps to reproduce
import a JS file in both the app and a child component.
in the app, import the js file before importing the child component.
changing the order of import in the parent. (component first, and js file after)
will work.
What is expected?
import of js file in parent and child should not result in an error based on the order of imports.
What is actually happening?
an error at the parent component.
"can't access property "propertyname", import_1 is undefined