mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #5624 from w33ble/backport/5227
Auto-resolve json files
This commit is contained in:
commit
ee4e7a01de
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class BaseOptimizer {
|
|||
},
|
||||
|
||||
resolve: {
|
||||
extensions: ['.js', '.jsx', '.less', ''],
|
||||
extensions: ['.js', '.json', '.jsx', '.less', ''],
|
||||
postfixes: [''],
|
||||
modulesDirectories: ['webpackShims', 'node_modules'],
|
||||
loaderPostfixes: ['-loader', ''],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue