mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
fix(webpack): Fix not resolving .json
Change-Type: patch
This commit is contained in:
parent
dcbe41bc40
commit
81b5016168
@ -68,6 +68,6 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
resolve: {
|
||||
extensions: [ '.js', '.jsx' ]
|
||||
extensions: [ '.js', '.jsx', '.json' ]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user