Fix HTML exporting

This commit is contained in:
Yukai Huang 2016-10-13 16:35:43 +08:00
parent d600364933
commit 747502e694
5 changed files with 12 additions and 4 deletions

View file

@ -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: {