From 747502e694efb5131e1f589adcb608580347e1e0 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:35:43 +0800 Subject: Fix HTML exporting --- webpackBaseConfig.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'webpackBaseConfig.js') diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js index 072ef7b8..7648cd8f 100644 --- a/webpackBaseConfig.js +++ b/webpackBaseConfig.js @@ -13,7 +13,8 @@ module.exports = { $: "jquery", jQuery: "jquery", "window.jQuery": "jquery", - "moment": "moment" + "moment": "moment", + "Handlebars": "handlebars" }), new ExtractTextPlugin("[name].css"), new webpack.optimize.CommonsChunkPlugin({ @@ -127,7 +128,8 @@ module.exports = { "socket.io-client": "io", "lodash": "_", "jquery": "$", - "moment": "moment" + "moment": "moment", + "handlebars": "Handlebars" }, module: { -- cgit v1.2.3