webpack-glsl-minify
webpack-glsl-minify copied to clipboard
nomangle on command line ignored
Thank you for the package!!
There are several function names I need to prevent the mangling of, however they are always getting mangled regardless of all the settings I have tried. This is my command:
webpack-glsl-minify '**/*.glsl' --e='.prod.ts' --output='source' --esModule=true --preserveDefines=true --preserveUniforms=true --nomangle=['picking_uActive', 'project_position_to_clipspace', 'project_size_to_pixel', 'project_pixel_size_to_clipspace', 'DECKGL_FILTER_COLOR', 'DECKGL_FILTER_GL_POSITION', 'texture']