Skip to content

Commit

Permalink
chore: remove useless code (vuejs#8002)
Browse files Browse the repository at this point in the history
  • Loading branch information
levi1994 authored and hefeng committed Jan 25, 2019
1 parent ebb86dc commit 9100949
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/server/webpack-plugin/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ export default class VueSSRClientPlugin {
}
})

// const debug = (file, obj) => {
// require('fs').writeFileSync(__dirname + '/' + file, JSON.stringify(obj, null, 2))
// }
// debug('stats.json', stats)
// debug('client-manifest.json', manifest)

const json = JSON.stringify(manifest, null, 2)
compilation.assets[this.options.filename] = {
source: () => json,
Expand Down

0 comments on commit 9100949

Please sign in to comment.