-
Notifications
You must be signed in to change notification settings - Fork 162
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
Error in webpack #64
Comments
Nevermind. It was totally webpack related and had nothing to do with your package 😄 |
@Regaddi do you remember what you did to "fix" this? Did you just have webpack ignore the Edit: For anyone else who ends up here, you need to add to your Webpack config:
ical-generator only uses the |
@rally25rs I'll add this to the docs later, thank you! |
This solution worked for me with Angular 8 (without Ivy) |
Seems recent updates to webpack break the previous solution. The error I was seeing
The solution that worked for me is from StackOverflow. Add the following to webpack configuration
|
Hi,
when trying to require ical-generator via
const ical = require('ical-generator');
webpack throws the following error:Can't get it up and running 😢
The text was updated successfully, but these errors were encountered: