Skip to content

Commit

Permalink
chore(webpack.base.conf.js): add support for importing raw files like…
Browse files Browse the repository at this point in the history
… gpx, kml, txt and geojson
  • Loading branch information
amoncaldas committed Dec 1, 2021
1 parent b492a83 commit be1384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
}
},
{
test: /\.md$/,
test: /\.(txt?|gpx|geojson|kml)(\?.*)?$/,
use: 'raw-loader'
}
]
Expand Down

0 comments on commit be1384f

Please sign in to comment.