-
{
"type": "TransformError",
"lineNumber": 0,
"errors": [{
"description": "node_modules/react-native/Libraries/react-native/react-native-implementation.js: Cannot read property 'bindings' of n…
-
**EDIT**: Updated example and description after re-opening
### Input Code
```js
let i;
{
let i;
}
```
### Babel Configuration (.babelrc, package.json, cli command)
```js
{
"pr…
-
Here, we capture & categorize various errors encountered during the build cycle, as we learn what it takes to build & deploy Ionic apps onto Android. Details below...
-
Hi, this code broken the compressor
```
api.fetch = async function(path, data){
let headers = new Headers();
headers.append("Cache-Control", "no-cache");
headers.append("Conte…
-
ERROR in build.66dc435cce02233d.js from UglifyJs
Unexpected token operator «=», expected punc «,» [./node_modules/vue-calendar-component/lib/calendar.js:21,0][build.66dc435cce02233d.js:144214,37] …
-
Hey guys, does anyone understand how ES Module's HMR works under-the-hood (for example in Vite or React Fast Refresh)? i.e. How is it able to swap out a modified module at runtime?
Usually, every t…
-
Hi,
I've set my compile task like this:
return gulp.src(`src/js/script.js`)
.pipe(sourcemaps.init())
.pipe(js_import())
.on('error', error)
.pipe(babel({presets: ['es2015']}))
…
-
## Version **1.8.0** of [hubot-test-helper](https://github.com/mtsmfm/hubot-test-helper) was just published.
Branch
Build failing 🚨
Dependency
…
-
## Version **3.0.0** of [hubot](https://github.com/hubotio/hubot) just got published.
Branch
Build failing 🚨
Dependency
hubot
…
-
Discovered by an undergrad working with paulmac.
Turkle currently assumes that the syntax `${foo}` is only used for Turkle template variables. When uploading a CSV file, Turkle (currently) requires …