Skip to content

Commit ce2df74

Browse files
committed
chore(package): optimization for rollup in the gulp scripts
1 parent eb3274e commit ce2df74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ gulp.task('rollup-bundle', (cb) => {
355355
// Angular dependencies
356356
'@angular/core': 'ng.core',
357357
'@angular/common': 'ng.common',
358+
'@angular/animations': 'ng.animations',
358359
'@angular/http': 'ng.http',
359360
'@angular/cdk': 'ng.cdk',
360361
'@angular/material': 'ng.material',
361-
'@angular/flex-layout': 'ng.flex-layout',
362362
'@angular/platform-browser': 'ng.platform-browser',
363363

364364
// Rxjs dependencies
@@ -386,6 +386,7 @@ gulp.task('rollup-bundle', (cb) => {
386386
// Add any other dependency or peer dependency of your library here
387387
// This is required for UMD bundle users.
388388
// See https://github.com/tinesoft/generator-ngx-library/TROUBLESHOUTING.md if trouble
389+
'ngx-linkifyjs': _.camelCase('ngx-linkifyjs'.replace('/', '.')),
389390

390391

391392
};

0 commit comments

Comments
 (0)