Vulcanization is not working in polymer

99 Views Asked by At

I have implemented lazy loading like this.After implemented this vulcanization is not working.

page('/home', function() {
     Polymer.Base.importHref('/components/home/home.html', function()
    {
     app.route = 'home';
    });
});
1

There are 1 best solutions below

2
Jacob Miles On

You need to make sure that your polymer.json file contains all file you want included in vulcanization.