Nikolay Makhonin

Results 24 comments of Nikolay Makhonin

I think it related with #8420 The error appears since the `3.0.0-alpha.8` version, because the `3.0.0-alpha.7` generates `cjs` module

This is a really necessary feature, because the `tsc` doesn't keep the directory structure, and the esbuild and vite don't support types declarations. If I use vite I shoud add...

I rollback the @rollup/plugin-commonjs to v21.1.0 and the problem is gone. It seems to me that this is a bug and not a new feature of v22.0.0

Yes, it is a design choise, see this [regexp](https://github.com/cuth/postcss-pxtorem/blob/122649015322214f8e9d1ac852eb11c0791b634b/lib/pixel-unit-regex.js#L9) ``` /"[^"]+"|'[^']+'|url\([^)]+\)|var\([^)]+\)|(\d*\.?\d+)px/g ``` it ignored all the `var` statements, I think it's because of the variable names, which can include something...

I have the same problem: iOS 10 stops the background music after noSleep.enable() I tried to add `muted` attribute in the noSleep internal video, but it doesn't work. May be...

Has anyone solved the problem of using `@vitejs/plugin-legacy` in `svelte-kit`? I am getting the following error on build: ``` > [email protected] build D:\projects\-temp\svelte-kit\svelte-kit-template > vite build vite v2.9.13 building for...

#### Localised URLs ```/fr/foo``` I think this is the best option, because: 1. It will be convenient for the **export** function, because for each language on the server will be...

I got the same error postcss: v7.0.24, v7.0.32 **postcss-nested: v4.2.2, v4.2.3** but it work if I **rollback postcss-nested to v4.2.1** see full error log here: https://api.travis-ci.org/v3/job/724282365/log.txt

> Is this a duplicate #1533? I think no, because I want to run all **files** in parallel, but #1533 doesn't solve this task. I need something like `describe.concurrent` for...