viz.js still has problem with split chunk
This commit is contained in:
Yukai Huang 2016-10-12 14:37:05 +08:00
parent 05d5a44d99
commit b73fcfc5c9
2 changed files with 1 additions and 3 deletions

View file

@ -306,8 +306,6 @@ function finishView(view) {
}
});
//graphviz
require.ensure(["viz.js"], function(require) {
var Viz = require("viz.js");
var graphvizs = view.find(".graphviz.raw").removeClass("raw");
graphvizs.each(function (key, value) {
try {
@ -324,7 +322,6 @@ function finishView(view) {
}
});
})
//mermaid
var mermaids = view.find(".mermaid.raw").removeClass("raw");
mermaids.each(function (key, value) {

View file

@ -39,6 +39,7 @@ module.exports = {
"expose?filterXSS!xss",
"js-url",
"bootstrap",
"expose?Viz!viz.js",
"expose?ListPagination!list.pagination.js/dist/list.pagination.js",
path.join(__dirname, 'public/vendor/codemirror/codemirror.min.js'),
path.join(__dirname, 'public/vendor/inlineAttachment/inline-attachment.js'),