Open TheComputerM opened 4 years ago
This can allow us to import both the js file and its source:
import code from './file.js'; import source from 'string:./file.js'; //imports the source
This can allow us to import both the js file and its source: