mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Merge pull request #2091 from resin-io/webpack-json
fix(webpack): Fix not resolving .json
This commit is contained in:
commit
d0faf9bc2f
@ -68,6 +68,6 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
resolve: {
|
||||
extensions: [ '.js', '.jsx' ]
|
||||
extensions: [ '.js', '.jsx', '.json' ]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user