mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-19 02:37:22 +01:00
Fixed tests
This commit is contained in:
@@ -8,7 +8,10 @@ const amdRule = {
|
||||
|
||||
const jsRule = {
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
include: [
|
||||
path.resolve(__dirname, './src'),
|
||||
path.resolve(__dirname, './node_modules/dagre-d3-renderer/lib')
|
||||
],
|
||||
use: {
|
||||
loader: 'babel-loader'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user