aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/webpack.config.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/webpack.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/webpack.config.js b/workflow-designer-ui/src/main/frontend/webpack.config.js
index c724d9fc..23f53343 100644
--- a/workflow-designer-ui/src/main/frontend/webpack.config.js
+++ b/workflow-designer-ui/src/main/frontend/webpack.config.js
@@ -125,6 +125,10 @@ module.exports = (env, argv) => {
test: /\.ts|\.tsx$/,
loader: ['babel-loader', 'awesome-typescript-loader'],
include: srcPath
+ },
+ {
+ test: /\.woff|\.woff2$/,
+ loader: 'file-loader'
}
]
},