diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2019-09-10 16:05:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 16:05:17 +0200 |
commit | bfec3715eef9878fe8ba0d27087b104c6b2e75dd (patch) | |
tree | 0fcbc976cf0f03b49e3593e483ee828cc24c1fe9 /apps/workflowengine/webpack.js | |
parent | f889ea83739448bc39aa39cf64c9ddd8548c7701 (diff) | |
parent | 7683208dfa4cf5f0ff196ee0cabdacf8046592eb (diff) | |
download | nextcloud-server-bfec3715eef9878fe8ba0d27087b104c6b2e75dd.tar.gz nextcloud-server-bfec3715eef9878fe8ba0d27087b104c6b2e75dd.zip |
Merge pull request #16706 from nextcloud/workflow-frontend
Workflow frontend overhaul
Diffstat (limited to 'apps/workflowengine/webpack.js')
-rw-r--r-- | apps/workflowengine/webpack.js | 12 |
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'), - } - } - ] } } |