-
Hi,
While following the steps given in the documentation. I came across the following error
**"Syntax error: 'import' and 'export' may appear only with 'sourceType: "module"'"**
I searched an…
-
config below
const path = require ('path');
module.exports = {
type: 'react-component',
npm: {
esModules: true,
umd: false,
},
webpack: {
rules: {
'sass-css': {
…
-
Unfortunately, after trying to implement the new EIP712 clear signed method from [@ledgerhq/hw-app-eth](https://www.npmjs.com/package/@ledgerhq/hw-app-eth#signeip712message), we discovered that the bu…
-
A config.js containing ranking weights, max packages, conditions for formatting, urls, ports and similar.
-
When using my fork or `io-ts-reporters` which is just tracking master, the bundle size is much larger than it ought to be. This showed up on the project I am using it on.
https://bundlephobia.com/r…
-
Add a mode to `generate interfaces` that produces a `modulename.ts` file instead of a namespace for each EdgeDB module
before:
```ts
import { Movie, example } from 'interfaces.ts'
type Watche…
-
## Setup
- link to rollup setup
- link to tauri setup
- add tauri to rollup project
- consider using `babel` with recommend target config
```json
"targets": {
"esmodules": true
"…
-
## The devDependency [url-loader](https://github.com/webpack-contrib/url-loader) was updated from `2.2.0` to `2.3.0`.
🚨 [View failing branch](https://github.com/adarshpastakia/aurelia-ui-framework/c…
-
Writing a Thunderbird extension, been looking for a way to test (non-XPCOM-based) `.jsm` modules using nodejs. And it seems using the `babel-plugin-jsm-to-esmodules` could help by converting JSM modul…
-
How to make the built output target be es5?
It seems that the default output target is es6, and I can't change it. I have tried many times and I can't find the way to make the ouput target be es5.
P…