summaryrefslogtreecommitdiff
path: root/webpackBaseConfig.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--webpackBaseConfig.js6
1 files changed, 4 insertions, 2 deletions
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: {