diff --git a/webpack/server.config.js b/webpack/server.config.js index 97a977c..cde81b6 100644 --- a/webpack/server.config.js +++ b/webpack/server.config.js @@ -8,7 +8,7 @@ module.exports = { output: config.server.output(), target: 'node', resolve: { - extensions: ['.js', '.html'] + extensions: ['.js', '.html', '.json'] }, module: { rules: [