提交 719003f3 编写于 作者: E Evan You

styles

上级 d293194e
// Temporarily copied from a dev build
'use strict'
/* */
var isJS = function (file) { return /\.js(\?[^.]+)?$/.test(file) }
var isCSS = function (file) { return /\.css(\?[^.]+)?$/.test(file) }
......@@ -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 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册