diff options
author | 2022-04-11 11:59:36 +0200 | |
---|---|---|
committer | 2022-04-20 15:48:05 +0200 | |
commit | cb6b66c3bd94a6ab18cad3ad87c827d4f7e623e9 (patch) | |
tree | 3b8e282f93b5dd7a18494f9c8914972dd08d858c /webpack.config.js | |
parent | b37179742fac1053ba621cfa12938ec6536cf1f7 (diff) |
Use appinfo.json instead of config.xml
Bug-AGL: SPEC-4251
Change-Id: Id79f36b47dacd3f6f45119f908898538530e2ad2
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 9e80342..b4cbf0a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,7 +25,7 @@ module.exports = { flatten: true }, { - from: 'src/config.xml', + from: 'src/appinfo.json', flatten: true }, { |