allow webpack to resolve .json (#1672)
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = {
|
||||
common: path.resolve(__dirname, './src/common'),
|
||||
static: path.resolve(__dirname, './src/assets'),
|
||||
},
|
||||
extensions: ['.ts', '.tsx', '.js', '.jsx'],
|
||||
extensions: ['.ts', '.tsx', '.js', '.jsx', '.json'],
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user