From e57fc753b3a083ddea52dbe4cd003261e836b2d4 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Wed, 3 Jan 2024 16:13:11 -0300 Subject: 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 Change-Id: I68f4ebf82ac5cb5dbe856e9ffe5fca26f47b3442 --- webpack.config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'webpack.config.js') 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]' -- cgit 1.2.3-korg