Skip to content
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

build warnings for make-a-vis and dvl-fw #224

Open
KalaRaja opened this issue Mar 13, 2019 · 0 comments
Open

build warnings for make-a-vis and dvl-fw #224

KalaRaja opened this issue Mar 13, 2019 · 0 comments

Comments

@KalaRaja
Copy link
Contributor

KalaRaja commented Mar 13, 2019

Below are build warnings in make-a-vis:

  • Skipping remote @import of "https://fonts.googleapis.com/css?family=Lato" as no callback given.

    placing the imports in the root app scss seems to solve the issue, look at this.

  • 'QueryList' and 'ElementRef' are imported from external module '@angular/core' but never used

    This happens because ngc also adds imports of modules which are just for type safety, the tsc doesnt do it though, its a known issue with ngc, read more about it here.

  • No name was provided for external module 'typescript-logging' in output.globals – guessing 'typescriptLogging'
  • No name was provided for external module 'papaparse' in output.globals – guessing 'papaparse'
  • No name was provided for external module 'ngx-clipboard' in output.globals – guessing 'ngxClipboard'
  • No name was provided for external module 'save-svg-as-png' in output.globals – guessing 'saveSvgAsPng'
  • No name was provided for external module 'pdfkit-browserify' in output.globals – guessing 'PDFDocument'
  • No name was provided for external module 'blob-stream-browserify' in output.globals – guessing 'blobStream'
  • No name was provided for external module 'file-saver' in output.globals – guessing 'fileSaver'
  • No name was provided for external module 'svg-to-pdfkit' in output.globals – guessing 'SVGtoPDF'
  • No name was provided for external module '@dvl-fw/core' in output.globals – guessing 'i1$1'
  • No name was provided for external module 'ngx-markdown' in output.globals – guessing 'ngxMarkdown'
  • No name was provided for external module '@ngrx/store' in output.globals – guessing 'i1$2'
  • No name was provided for external module '@ngx-dino/core' in output.globals – guessing 'i1$3'
  • No name was provided for external module '@ngrx/effects' in output.globals – guessing 'effects'
  • No name was provided for external module 'lodash' in output.globals – guessing 'lodash'
  • Dropping duplicated definition of variable Bd [0:368,45]
  • Dropping duplicated definition of variable Dd [0:368,61]
  • Dropping duplicated definition of variable Bd [0:377,57]
  • Dropping duplicated definition of variable Dd [0:377,97]
  • Dropping duplicated definition of variable Gd [0:383,45]
  • Dropping duplicated definition of variable Bd [0:383,57]
  • Dropping duplicated definition of variable Dd [0:383,73]
  • Side effects in initialization of unused variable wb [0:1905,8]
  • Side effects in initialization of unused variable yb [0:1912,8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant