Skip to content

Commit

Permalink
chore: remove useless code (#8002)
Browse files Browse the repository at this point in the history
  • Loading branch information
levi1994 authored and yyx990803 committed Oct 22, 2018
1 parent 6e59098 commit 4dec3b5
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 4dec3b5

Please sign in to comment.