aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorRoger Zanoni <rzanoni@igalia.com>2024-01-03 16:13:11 -0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-01-29 12:08:06 +0000
commite57fc753b3a083ddea52dbe4cd003261e836b2d4 (patch)
tree16ad0c2d7cea4ecd21b5aa485ae38dd04f2a1e18 /webpack.config.js
parent52aabdb011279871468269802e056f0ec48511e4 (diff)
Style refresh with square grid motif and blue palette.
It tries to follow the visual language of the flutter sample apps. Bug-AGL: SPEC-4041 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: I68f4ebf82ac5cb5dbe856e9ffe5fca26f47b3442
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 6b15f00..483e600 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -8,13 +8,14 @@ const CopyPlugin = require('copy-webpack-plugin');
module.exports = {
mode: 'production',
entry: {
+ index: './src/index.js',
+ APP: './src/js/app.js',
PATHS: './src/js/paths.js',
KUKSA: './src/js/kuksa.js',
VAL_WEB: './src/generated/val_grpc_web_pb.js',
VAL: './src/generated/val_pb.js',
TYPES: './src/generated/types_pb.js',
- VOLUME: './src/js/volume.js',
- index: './src/index.js'
+ VOLUME: './src/js/volume.js'
},
output: {
path: __dirname + '/dist',
@@ -79,7 +80,7 @@ module.exports = {
]
},
{
- test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
+ test: /\.(woff(2)?|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
type: 'asset/resource',
generator: {
filename: 'fonts/[name][ext]'