Posts by Augusto Lima • 23 points
1 post
-
1
votes1
answer61
viewsQ: Question about ES6 import/export
Why does the code below not work? I am using the import/export in the standard ES6 in a Node.js environment with sucrase. Filing cabinet config.js: const token = 'example'; export default { token };…