mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Added frag test
This commit is contained in:
parent
f49597c970
commit
dfe2599e55
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.vert$/,
|
||||
test: [ /\.vert$/, /\.frag$/ ],
|
||||
use: 'raw-loader'
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue