mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-08 06:56:31 +02:00
feature: PORTER FUCKING ROBINSON
This commit is contained in:
@@ -39,8 +39,8 @@ module.exports = ( env, argv ) => {
|
||||
},
|
||||
{
|
||||
test: /\.(glsl|frag|vert)$/,
|
||||
type: 'asset/source',
|
||||
use: [
|
||||
'raw-loader',
|
||||
// shader minifier is kinda jej
|
||||
// want to try it works well in development phase
|
||||
{
|
||||
@@ -52,12 +52,16 @@ module.exports = ( env, argv ) => {
|
||||
'glslify-loader',
|
||||
],
|
||||
},
|
||||
{
|
||||
test: /\.opus$/,
|
||||
type: 'asset/inline',
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
exclude: /node_modules/,
|
||||
use: [
|
||||
'ts-loader',
|
||||
]
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user