-
Notifications
You must be signed in to change notification settings - Fork 143
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
Library do not work after upgrade to Angular 6 #102
Comments
What build tool did you used? webpack or something else? I try this lib with webpack4, It is work fine. |
Lines 21 to 24 in fa72a31
This config will make the build tool ignore fs and path dependency, Maybe your tool do not support this feature. |
I use "webpack": "^4.10.2" for build tool. With config you've provided, everything works perfect, thanks! Will you apply this fix to main relase? |
1.0.2 published . I forget to push this change to npm . |
After upgrade from Angular 5, to Angular 6.0.7, cannot compile (using "ng serve"), and got error:
After playing with source code, it seems, that problem is undefined 'path' variable at velocityjs/src/parse/index.js
I did not change velocityjs import command, and previously working one was:
"let Velocity = require('velocityjs');" or "import * as Velocity from 'velocityjs';
The text was updated successfully, but these errors were encountered: