-
npm run build
generate errors
`[Routify] Generated routes in 1 ms
(node:517594) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/home/kmb/dev/yastpack/dist/bui…
mcdba updated
3 years ago
-
Setting up JSX and a module bundler can be kinda tricky. If you create an npm project starting with `create-`, e.g. `create-blah` you can type `npm init blah`, which is equivalent to `npx create-blah`…
-
Last thread #828, [closed in Jan 2017](https://github.com/facebook/relay/issues/828#issuecomment-276164473) by @wincent with oppurtunity to reopen again.
In my projects, relay is the reason I'm sti…
-
Some enterprise companies requires code scans before publishing new projects, where pieces of code is matched to approved projects. One popular tool for this is Blackduck Protex.
The build output o…
-
## Overview
Right now we execute Rollup from the Sapper binary. This is causes a few issues.
Firstly, it's been the source of a few bugs where we haven't reproduced the Rollup CLI faithfully eno…
-
I made a content script `src/scripts/content-script.ts`:
```js
import { hello } from "./content-script-2";
console.log(hello());
console.log("Hello from content script");
```
`src/scripts/conten…
avi12 updated
3 years ago
-
I have noticed that source maps leak full paths instead of relative paths.
Here is the beginning of `index.js.map` built on my machine:
`{"version":3,"file":"index.js","sources":["../../../home/an…
-
This would allow us to change imports like this:
`const { Card } = wp.components;`
...to the ES6 standard:
`import { Card } from '@wordpress/element';`
Background: https://dev.to/open-wc/o…
-
What do you think about Typescript?
Do you think I can use it with no issues as described in the `sveltejs/template` instructions if I use this template?
-
Hi!
I've got this kind of code:
```js
const workerUrl = new URL('./worker.js', import.meta.url)
```
and unfortunately it does not get detected and hashed. How would I go around making this h…