summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/webpack.common.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-14 15:27:57 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-25 17:12:27 +0200
commitc972e3dc31ffb2de1e583ab0328ec1b424af57b1 (patch)
tree4d17eed21c61078ffbf1df73ff59882db7fa592f /apps/accessibility/webpack.common.js
parent77817797707238746490e069e789abf4c2327bc3 (diff)
downloadnextcloud-server-c972e3dc31ffb2de1e583ab0328ec1b424af57b1.tar.gz
nextcloud-server-c972e3dc31ffb2de1e583ab0328ec1b424af57b1.zip
Live css update, cache fix, design updates and various stuff
+ AppName fixes and compile bump + Bump dark theme and added highcontrast + various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/accessibility/webpack.common.js')
-rw-r--r--apps/accessibility/webpack.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/accessibility/webpack.common.js b/apps/accessibility/webpack.common.js
index cb38e307cf7..0496ca90fe4 100644
--- a/apps/accessibility/webpack.common.js
+++ b/apps/accessibility/webpack.common.js
@@ -1,8 +1,8 @@
const path = require('path');
-const { VueLoaderPlugin } = require(`vue-loader`);
+const { VueLoaderPlugin } = require('vue-loader');
module.exports = {
- entry: path.join(__dirname, `src`, `main.js`),
+ entry: path.join(__dirname, 'src', 'main.js'),
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',