No exports to be imported in SPAs?
Opened this issue · 2 comments
rutwick-alic commented
I want to import Biri in a Vuejs project, however I don't think there is an export that can be imported as an ES6 module. How do I use it without having to resort to refer to the absolute node_modules path? Require does not work.
alfupe commented
import biri from 'biri';
?
tofikabdullayev commented
import * as biri from 'biri';