tnrich/atom-node-requirer

requiring json file issue

tnrich opened this issue · 1 comments

The file comes in like:

import filename.json from './filename.json'

instead of

import filename from './filename.json'

Should be fixed