0

I have a lazy chunkhash output from my application and on closer inspection i cant work out why the login.vue file seems to appear twice. Once as itself and once within babel-loader. Im using webpack-visualizer to view this.

The total size of the file is 3.2kb but i want to make sure im not doubling up on anything here.

123 Thanks all.

Peter I
  • 843
  • 1
  • 9
  • 31
  • 1
    Why not simply check your built file's JavaScript source and see if any of the unique content from your component is being duplicated. You can spot it instantly that way instead of trying to take a guess with a bundle visualizer. – Stephan-v Feb 09 '18 at 12:50
  • It doesn't seem to to be in the bundle twice no but i want to try and understand why it would be represented twice like this within a visualizer. – Peter I Feb 12 '18 at 15:47

0 Answers0