Skip to content

Pipe & Uglify #152

Description

@Mattchewone

I am currently using browserify and babel to build my app which is working fine in conjunction with browsersync.

I tried to add in uglify which ran fine but when I loaded the app, I had issues with an @pipe saying it could not find the provider. I have the following:

...
import { filter } from '../../../filters/filter';
@Component({
  selector: 'app-thing',
  pipes: [filter],
  inputs: ['input'],
  template: template,
  providers: [
   ...
  ]
})
...

Any ideas?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions