-
-
Notifications
You must be signed in to change notification settings - Fork 28
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 4 #46
Comments
@benneq Hello! Eventually it will. Any help with that is appreciated. |
I could only provide help with testing. Push some beta to npm and I'll see if it works :) EDIT: I set up a mini sample project, and it seems to work with webpack 4 already. In a few days I can maybe test it with our real project. package.json:
webpack.config.js:
index.ts:
resulting main.js contains:
|
Seems to work for me on a mid-sized project |
Works for me too. |
Is there any chance that ng-annotate-loader will support webpack 4?
The text was updated successfully, but these errors were encountered: