mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-13 18:55:23 +00:00
update default extensions
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
output: config.server.output(),
|
||||
target: 'node',
|
||||
resolve: {
|
||||
extensions: ['.js', '.html']
|
||||
extensions: ['.js', '.html', '.json']
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user