aitoroses / vulcanize-loader

Polymers vulcanize tool loader for webpack
24 stars 8 forks source link

No hash in the emitted files #14

Open Birowsky opened 7 years ago

Birowsky commented 7 years ago

I'm not getting hashes in the files emitted by the plugin:

screen shot 2017-05-02 at 19 29 58

I even wonder why am I getting web-components.js file emitted at all. It should be part of the app chunk. Right?

This is how my entry looks like:

entry: 
   { app: 
      [ 'blueimp-canvas-to-blob',
        './scripts/main.ts',
        './styles/main.scss',
        '../bower_components/webcomponentsjs/webcomponents-lite',
        '../web-components.html' ],
     somethingElse: [ './something-else/something-else.ts', './something-else/something-else.scss' ] },