mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ng-pack moved conf
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||||
"workingDirectory" : "./ng_work",
|
"workingDirectory" : "./ng_work",
|
||||||
"src": "./content-services/",
|
"src": "../content-services/",
|
||||||
"dest": "content-services/dist/",
|
"dest": "../content-services/dist/",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "./public-api.ts",
|
"entryFile": "./public-api.ts",
|
||||||
"flatModuleFile": "adf-content-services",
|
"flatModuleFile": "adf-content-services",
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||||
"workingDirectory" : "./ng_work",
|
"workingDirectory" : "./ng_work",
|
||||||
"src": "./core/",
|
"src": "../core/",
|
||||||
"dest": "core/dist/",
|
"dest": "../core/dist/",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "./public-api.ts",
|
"entryFile": "./public-api.ts",
|
||||||
"flatModuleFile": "adf-core",
|
"flatModuleFile": "adf-core",
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||||
"workingDirectory" : "./ng_work",
|
"workingDirectory" : "./ng_work",
|
||||||
"src": "./insights/",
|
"src": "../insights/",
|
||||||
"dest": "insights/dist/",
|
"dest": "../insights/dist/",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "./public-api.ts",
|
"entryFile": "./public-api.ts",
|
||||||
"flatModuleFile": "adf-insights",
|
"flatModuleFile": "adf-insights",
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||||
"workingDirectory": "./ng_work",
|
"workingDirectory": "./ng_work",
|
||||||
"src": "./process-services/",
|
"src": "../process-services/",
|
||||||
"dest": "process-services/dist/",
|
"dest": "../process-services/dist/",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "./public-api.ts",
|
"entryFile": "./public-api.ts",
|
||||||
"externals": {
|
"externals": {
|
||||||
|
Reference in New Issue
Block a user