ng-package.json 532 B

1234567891011121314151617181920
  1. {
  2. "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
  3. "dest": "../../package",
  4. "allowedNonPeerDependencies": ["."],
  5. "assets": [
  6. "./static/favicon.ico",
  7. "./static/index.html",
  8. "./static/polyfills.ts",
  9. "./static/vendure-ui-config.json",
  10. "./static/assets/*.*",
  11. "./static/styles/**/*.scss",
  12. "./static/fonts/*.woff2",
  13. "./static/fonts/*.scss",
  14. "./static/i18n-messages/*.json"
  15. ],
  16. "lib": {
  17. "styleIncludePaths": ["./static/styles"],
  18. "entryFile": "./public_api.ts"
  19. }
  20. }