🐛 bug report
I just upgraded to version 2.3.1 and now the build process fails.
Don't know exactly if this is a parcel or a sentry issue?
🎛 Configuration (.babelrc, package.json, cli command)
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"useBuiltIns": false,
"targets": {
"node": "current"
}
}
],
"@babel/preset-react"
],
"plugins": [],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}
🤔 Expected Behavior
Build should pass.
😯 Current Behavior
The build fails with the following exception:
🚨 Build failed.
@parcel/core: Failed to resolve 'process' from './node_modules/@sentry/utils/esm/node.js'
/Users/*****/Sites/*****/node_modules/@sentry/utils/esm/node.js:18:43
17 | /**
> 18 | * Requires a module which is protected against bundler minification.
> | ^^^^^^^^
19 | *
20 | * @param request The module path to resolve
💁 Possible Solution
idk.
🔦 Context
💻 Code Sample
🌍 Your Environment
| Software |
Version(s) |
| Parcel |
2.3.1 |
| Node |
16.11.1 |
| npm/Yarn |
yarn: 1.22.17 |
| Operating System |
mac osx |
🐛 bug report
I just upgraded to version 2.3.1 and now the build process fails.
Don't know exactly if this is a parcel or a sentry issue?
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Build should pass.
😯 Current Behavior
The build fails with the following exception:
💁 Possible Solution
idk.
🔦 Context
💻 Code Sample
🌍 Your Environment