aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/webpack.js')
-rw-r--r--apps/workflowengine/webpack.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/workflowengine/webpack.js b/apps/workflowengine/webpack.js
index 76e46261f93..bbd5efa9799 100644
--- a/apps/workflowengine/webpack.js
+++ b/apps/workflowengine/webpack.js
@@ -7,17 +7,5 @@ module.exports = {
publicPath: '/js/',
filename: 'workflowengine.js',
jsonpFunction: 'webpackJsonpWorkflowengine'
- },
- module: {
- rules: [
- {
- test: /\.handlebars/,
- loader: "handlebars-loader",
- query: {
- extensions: '.handlebars',
- helperDirs: path.join(__dirname, 'src/hbs_helpers'),
- }
- }
- ]
}
}