-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pass compiler instead of compilation to findPlugin #34
base: master
Are you sure you want to change the base?
Conversation
@shlomiassaf It says |
@dreef3 can you elaborate a bit more on the issue? |
The comment above is the error from Travis CI, somehow the build doesn't start at all. The issue that I'm trying to fix in this PR is reproduced with setup from README on webpack@3. It appears that loaders pass https://github.com/shlomiassaf/ngc-webpack/blob/master/src/webpack-wrapper.ts#L43 |
@dreef3
|
function updateProperty(node: PropertyDeclaration, decorators: ReadonlyArray<Decorator> | undefined, modifiers: ReadonlyArray<Modifier> | undefined, name: string | PropertyName, questionToken: QuestionToken | undefined, type: TypeNode | undefined, initializer: Expression | undefined): PropertyDeclaration; https://github.com/Microsoft/TypeScript/blob/v2.5.3/lib/typescript.d.ts#L3141 Maybe its better to add
I'm not sure what causes the build in Travis to fail. There're no logs related to the project itself. I executed |
@dreef3 Due to changes in angular 5 i'v refactor the while library. |
Otherwise causes the following error, webpack@3: