Explicitly specify raw-loader for shader files
This helps standardize our Webpack config
This commit is contained in:
@@ -25,10 +25,6 @@ const base = {
|
||||
options: {
|
||||
presets: ['es2015']
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.(glsl|vs|fs|frag|vert)$/,
|
||||
loader: 'raw-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user