-
Notifications
You must be signed in to change notification settings - Fork 500
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
npm version seems to compiled incorrectly (or: missing dependencies) #65
Comments
I don't think you can simply |
That was not per choice, I just did Anyway, I later found sweetalert2 which both works and has the features I need, so you can decide if this ticket is still relevant or not. |
Could be relevant as it means supporting another way to include this library into a project. |
i use webpack and babel, and doing a |
I tried to
The es6 file contains: // [...]
import {
hasClass, addClass, removeClass, // and this is the line 9: column 7
escapeHtml,
_show, show, _hide, hide,
isDescendant,
getTopMargin,
fadeIn, fadeOut,
fireClick,
stopEventPropagation
} from './modules/handle-dom';
// [...] I'm using browserify and babel |
Hello there,
I tried using npm version of bootstrap-sweetalert (1.0.1), but when I require() it I get the following:
On the other hand, if I go with "vanilla" sweetalert, I get no such issue.
Any ideas?
The text was updated successfully, but these errors were encountered: