mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +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: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.vert$/,
|
test: [ /\.vert$/, /\.frag$/ ],
|
||||||
use: 'raw-loader'
|
use: 'raw-loader'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue