You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import * as PNotify from 'pnotify';
new PNotify({type: 'notice', text: 'text'});
When I migrate to v4 - it's works fine with ES6 modules, but I want to use ES5 scripts and can't import them, do you have solution or any ideas for webpack?
The text was updated successfully, but these errors were encountered:
Hello, I got same problem as here: #350
Now I use
v3.2.1
and my file look like this:When I migrate to v4 - it's works fine with ES6 modules, but I want to use ES5 scripts and can't import them, do you have solution or any ideas for webpack?
The text was updated successfully, but these errors were encountered: