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