liferay/senna.js

Version constant isn't available when loading by babel

diegonvs opened this issue · 0 comments

If you try import senna module and use exported version constant.
Like this:

import version from 'senna';

The value of version is: '<%= version %>'.