aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-19 14:48:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-19 14:48:24 +0300
commit54cbe0853bd4f3084fb70dce450604ade8b454fb (patch)
treefd8e29915b415952d8d03a3dc7e2fdf24ef75385 /webpack.config.js
parentgo: update dependencies (diff)
downloadsoko-54cbe0853bd4f3084fb70dce450604ade8b454fb.tar.gz
soko-54cbe0853bd4f3084fb70dce450604ade8b454fb.tar.bz2
soko-54cbe0853bd4f3084fb70dce450604ade8b454fb.zip
drop graphql support
Sadly this was unmaintained and was broken at some point. I'm not that interested in maintaining it, so I'm dropping it. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index b2d2e1b..a943aed 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -6,7 +6,6 @@ module.exports = {
entry: {
stylesheets: './web/packs/stylesheets.js',
application: './web/packs/application.js',
- graphiql: './web/packs/graphiql.js',
index: './web/packs/index.js',
useflags: './web/packs/useflags.js',
},