We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fb31f commit f49597cCopy full SHA for f49597c
1 file changed
webpack.config.js
@@ -25,7 +25,7 @@ module.exports = {
25
module: {
26
rules: [
27
{
28
- test: /\.txt$/,
+ test: /\.vert$/,
29
use: 'raw-loader'
30
}
31
]
0 commit comments