Git Product home page Git Product logo

Comments (5)

dherges avatar dherges commented on May 22, 2024

Hi @Dastardl,

I looked into your repo and confirm that the build hangs up!

When I remove the import from @progress/kendo-angular-buttons, it works fine! For ng-packagr, I can say that external dependencies must be added to the lib.externals property: see your ng-package.json. An example for an external dep on @ngx-translate/core is described in #101

How this needs to be configured w/ Kendo UI, please ask them, since they are offering commercial support and keep their source code internal.

If the issue is caused by sorcery (when sourcemaps are re-written), there's not much ng-packagr can do about it. It then is an issue of sorcery w/ Kendo. I cannot speak for sorcery - personally, I again suggest to ask Kendo UI since they are offering commercial support and it is in their hands to be compatible with open source tools.

from ng-packagr.

skorunka avatar skorunka commented on May 22, 2024

@Dastardl Hi, did you resolve this issue with sorcery?

from ng-packagr.

Dastardl avatar Dastardl commented on May 22, 2024

@skorunka I did not. In the end I created my own build script that does a subset of things that this package does tailored to our project.

This article helped me a great deal to get on the right track. It's not perfect, but gave enough information for me to get something working.

from ng-packagr.

skorunka avatar skorunka commented on May 22, 2024

@Dastardl Thank you for sharing, it is a good reading. What helped me, was to put all @kendo scripts in externals section of ng-package.json:

{
	"$schema": "../node_modules/ng-packagr/ng-package.schema.json",
	"dest": "../dist/my-lib",
	"lib": {
		"entryFile": "../ts/src/app/public_api.ts",
		"externals": {
			"eyc-sdk-ng-host-typings": "eyc-sdk-ng-host-typings",
			"@progress/kendo-angular-dateinputs": "@progress/kendo-angular-dateinputs",
			"@progress/kendo-angular-dropdowns": "@progress/kendo-angular-dropdowns",
			"@progress/kendo-angular-excel-export": "@progress/kendo-angular-excel-export",
			"@progress/kendo-angular-grid": "@progress/kendo-angular-grid",
			"@progress/kendo-angular-inputs": "@progress/kendo-angular-inputs",
			"@progress/kendo-angular-intl": "@progress/kendo-angular-intl",
			"@progress/kendo-angular-l10n": "@progress/kendo-angular-l10n",
			"@progress/kendo-data-query": "@progress/kendo-data-query",
			"@progress/kendo-drawing": "@progress/kendo-drawing"
		}
	}
}

from ng-packagr.

github-actions avatar github-actions commented on May 22, 2024

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

This action has been performed automatically by a bot.

from ng-packagr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.