diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-18 20:28:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-18 20:28:39 +0300 |
commit | 0efc31e37581967df6447c18a8d712603613fc9e (patch) | |
tree | e2d8aee73017927eb8fc2ce20edcd3f408827069 /webpack.config.js | |
parent | docker-compose: improve watchtower args (diff) | |
download | soko-0efc31e37581967df6447c18a8d712603613fc9e.tar.gz soko-0efc31e37581967df6447c18a8d712603613fc9e.tar.bz2 soko-0efc31e37581967df6447c18a8d712603613fc9e.zip |
remove userpref.js
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index a6dd3e3..4562395 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,7 +9,6 @@ module.exports = { graphiql: './web/packs/graphiql.js', index: './web/packs/index.js', useflags: './web/packs/useflags.js', - userpref: './web/packs/userpref.js', }, mode: 'production', output: { |