Explicitly specify raw-loader for shader files

This helps standardize our Webpack config
This commit is contained in:
Christopher Willis-Ford
2017-03-08 14:23:28 -08:00
parent 9b59601b98
commit 7db54d9066
2 changed files with 2 additions and 6 deletions

View File

@@ -25,10 +25,6 @@ const base = {
options: {
presets: ['es2015']
}
},
{
test: /\.(glsl|vs|fs|frag|vert)$/,
loader: 'raw-loader'
}
]
},