We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9224b23 + 2b3743b commit 6b26740Copy full SHA for 6b26740
{{cookiecutter.project_shortname}}/webpack.config.js
@@ -38,7 +38,7 @@ module.exports = function (env, argv) {
38
target: 'web',
39
externals,
40
resolve: {
41
- extensions: ['.ts', '.tsx'],
+ extensions: ['.ts', '.tsx', '.js', '.jsx', '.json'],
42
},
43
module: {
44
rules: [
0 commit comments