fix problems with rendering data
This commit is contained in:
@@ -41,5 +41,8 @@ module.exports = {
|
||||
d3: "d3",
|
||||
"window.d3": "d3"
|
||||
})
|
||||
]
|
||||
],
|
||||
node: {
|
||||
fs: "empty"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,5 +51,8 @@ module.exports = {
|
||||
jQuery: "jquery",
|
||||
"window.jQuery": "jquery"
|
||||
})
|
||||
]
|
||||
],
|
||||
node: {
|
||||
fs: "empty"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user