-
I get
`'Unhandled promise rejection', Error{message: 'Module http://localhost:9877/src/hello.es6.js interpreted as global module format, but called System.register.`
```
babelPreprocessor: {
…
-
As [this recently viral article](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/) outlines, most modern browsers are now capable of handling ES2015+ syntax natively, meani…
-
I have installed PhotoSwipe from NPM and import like so:
`import PhotoSwipe from 'photoswipe';`
However, using the demo code on CodePen, I get an error that:
`Uncaught ReferenceError: PhotoSw…
-
It is very much used everywhere and by me too. So I can PR to create it both CJS and ES2015 compatible. So later when some modern bundlers like Webpack and Rollup can resolve es2015 module.
The sim…
-
-
Hi!
I encountered the following strange error when trying to set up a build step with `tsup` for a library in a monorepo:
```
$ pnpm nx build my-library # nx run my-library:build
> @my-mono…
-
Thanks for the great plugin.
It does work with this config,
```json
{
"presets": [
"es2015",
"react"
],
"plugins": [
"react-hot-loader/babel",
"transform-runtime",
…
-
```
(!) Circular dependency: node_modules/just-animate/lib.es2015/lib/store.js -> node_modules/just-animate/lib.es2015/lib/reducers/index.js -> node_modules/just-animate/lib.es2015/lib/reducers/cance…
-
#### Issue
Had some initial issues with installation and setting up email but these have now all been resolved. The issue I am currently having, and hoping someone can point me in the right direction…
-
Hello! I'm attempting to import numeral.js with an ES2015 (ES6) import statement and I'm running into trouble. In this particular use case, I'm not transpiling the import to cjs/amd/etc; the `import…