Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 7, 2018
1 parent d293194 commit 719003f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/webpack/clientPlugin.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// Temporarily copied from a dev build

'use strict'

/* */

var isJS = function (file) { return /\.js(\?[^.]+)?$/.test(file) }

var isCSS = function (file) { return /\.css(\?[^.]+)?$/.test(file) }
Expand Down Expand Up @@ -81,12 +77,6 @@ VueSSRClientPlugin.prototype.apply = function apply (compiler) {
}
})

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

var json = JSON.stringify(manifest, null, 2)
compilation.assets[this$1.options.filename] = {
source: function () { return json },
Expand Down

0 comments on commit 719003f

Please sign in to comment.