mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Fix HTML exporting
This commit is contained in:
parent
d600364933
commit
747502e694
5 changed files with 12 additions and 4 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue