mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Resolve .json files without the file extension
This commit is contained in:
parent
3820d055d2
commit
87464471a8
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,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