mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #5227 from kjbekkelund/resolve-json
Resolve .json files without the file extension
This commit is contained in:
commit
c9c9e565e6
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