Authored by ccbikai

格式修改

@@ -54,7 +54,8 @@ module.exports = { @@ -54,7 +54,8 @@ module.exports = {
54 test: /\.css$/, 54 test: /\.css$/,
55 loader: 'style!css?-url' 55 loader: 'style!css?-url'
56 }, { 56 }, {
57 - test: /\.hbs$/, loader: 'handlebars-loader' 57 + test: /\.hbs$/,
  58 + loader: 'handlebars-loader'
58 }] 59 }]
59 }, 60 },
60 resolve: { 61 resolve: {