I have the following project structure:
.src
.FolderA
.File3.js
.FolderB
.File2.js
.File1.js
How can I import File1.js from File3.js?
I have tried import ‘../src/File1.js’. But its not working
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have the following project structure:
.src
.FolderA
.File3.js
.FolderB
.File2.js
.File1.js
How can I import File1.js from File3.js?
I have tried import ‘../src/File1.js’. But its not working