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",
|
||||
"workingDirectory" : "./ng_work",
|
||||
"src": "./content-services/",
|
||||
"dest": "content-services/dist/",
|
||||
"src": "../content-services/",
|
||||
"dest": "../content-services/dist/",
|
||||
"lib": {
|
||||
"entryFile": "./public-api.ts",
|
||||
"flatModuleFile": "adf-content-services",
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||
"workingDirectory" : "./ng_work",
|
||||
"src": "./core/",
|
||||
"dest": "core/dist/",
|
||||
"src": "../core/",
|
||||
"dest": "../core/dist/",
|
||||
"lib": {
|
||||
"entryFile": "./public-api.ts",
|
||||
"flatModuleFile": "adf-core",
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||
"workingDirectory" : "./ng_work",
|
||||
"src": "./insights/",
|
||||
"dest": "insights/dist/",
|
||||
"src": "../insights/",
|
||||
"dest": "../insights/dist/",
|
||||
"lib": {
|
||||
"entryFile": "./public-api.ts",
|
||||
"flatModuleFile": "adf-insights",
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||||
"workingDirectory": "./ng_work",
|
||||
"src": "./process-services/",
|
||||
"dest": "process-services/dist/",
|
||||
"src": "../process-services/",
|
||||
"dest": "../process-services/dist/",
|
||||
"lib": {
|
||||
"entryFile": "./public-api.ts",
|
||||
"externals": {
|
||||
|
Reference in New Issue
Block a user