after update to
```ERROR in ./node_modules/postprocessing/build/postprocessing.esm.js 22:0
Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (22:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| // src/core/EffectComposer.js
import {
| DepthStencilFormat,
| DepthTexture,
```
works fine in v6.20.3 anything i need to change on my webpack build?
Please open node_modules/postprocessing/package.json, remove the line "type": "commonjs" and check if that fixes it.
yes this fixed the issue
Alright, thanks for checking! I'll publish a patch later today.