-
## Environment
* **Platform**: tested on several Linux systems
* **Docker Version**: 24.0.2
* **Node.js Version**: 20.3.1
* **Image Tag**: latest and 20-alpine
## Expected Behavior
it …
-
## What problem does this address?
Right now Gutenberg has ~30 `@wordpress/*`-packages which make use of the `tsconfig.base.json` by loading it via relative path:
```json
{
"extends": "../../ts…
-
https://blitzjs.com/docs/getting-started
```
blitz new myAppName
cd myAppName
blitz start
View your baby app at http://localhost:3000
```
から
https://blitzjs.com/docs/cli-build
```
bl…
-
```
here is my wepack.config.js
`const { VueLoaderPlugin } = require("vue-loader");
const htmlWebpackPlugin = require("html-webpack-plugin");
const MiniCssExtractPlugin = require("mini-css-extract…
-
Hi everybody, I was trying to use strykerJs in my react project. But I could not run the test unfortunately. And the reason was not clear to me. I followed the guide.
Here are my dependencies and d…
-
Hello, I'm following your website (https://dojo.io/tutorials/001_static_content/), and used npm to install @dojo/cli and @dojo/cli-create-app, the execute command like this :
```shell
#!/bin/bash
…
-
### Describe the bug
Editor doesn't open on Big Sur 11.1
### To Reproduce
Steps to reproduce the behavior:
1. Open nodes
2. Click on new project or open one of the example ones
3. Never opens …
-
My deployment to Azure didn't succeed after running `git push azure
master`.
The errors I saw in the output are
```
remote: Omitting next output lines...
remote: Looking for app.js/server.js …
-
Same issue as https://github.com/parcel-bundler/lightningcss/issues/171
Data in table from [caniuse.com](https://caniuse.com/?search=logical%20properties) (note `3`) and [lightningcss.dev/playgroun…
-
# 🐛 bug report
Using `new URL()` to import an image introduces the usage of `import.meta.url` in the module build. This is fine if you are only building for modern browsers, but if you add a target…