mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Fix js-url not import correctly
This commit is contained in:
parent
8cf849e825
commit
aff206ca95
2 changed files with 3 additions and 4 deletions
|
@ -172,12 +172,12 @@ module.exports = {
|
|||
"script!listPagnation",
|
||||
"expose?select2!select2",
|
||||
"expose?moment!moment",
|
||||
"js-url",
|
||||
"script!js-url",
|
||||
path.join(__dirname, 'public/js/cover.js')
|
||||
],
|
||||
index: [
|
||||
"script!jquery-ui-resizable",
|
||||
"js-url",
|
||||
"script!js-url",
|
||||
"expose?filterXSS!xss",
|
||||
"script!Idle.Js",
|
||||
"expose?LZString!lz-string",
|
||||
|
@ -227,7 +227,7 @@ module.exports = {
|
|||
"expose?jsyaml!js-yaml",
|
||||
"script!mermaid",
|
||||
"expose?moment!moment",
|
||||
"js-url",
|
||||
"script!js-url",
|
||||
"script!handlebars",
|
||||
"expose?hljs!highlight.js",
|
||||
"expose?emojify!emojify.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue