Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
None
-
4.1.0
Description
I've got some common code between javascript files (controller and component) that I've refactored into a common.js file. I'm trying to include it with
import 'common.js'
but I'm getting an error
Warning: File::remove: Empty or null file name
Is this a supported behaviour and I've done something wrong, or should I just duplicate the code.