Fixed tests

This commit is contained in:
Philipp A
2019-04-26 10:03:23 +02:00
parent 12b58a17e1
commit d78b33ca75
6 changed files with 19 additions and 7 deletions

View File

@@ -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'
}