Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack and ES5 support #358

Open
TheMY3 opened this issue May 13, 2019 · 0 comments
Open

Webpack and ES5 support #358

TheMY3 opened this issue May 13, 2019 · 0 comments

Comments

@TheMY3
Copy link

TheMY3 commented May 13, 2019

Hello, I got same problem as here: #350

Now I use v3.2.1 and my file look like this:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant