-
### Versions
- nuxt: 2.15.3
- node: v16.2.0
### Reproduction
Create new app:
`$ npx create-nuxt-app nuxt`
> create-nuxt-app v3.6.0
> ✨ Generating Nuxt.js project in nuxt
> ? Project…
-
Essentially the same request as rogeriochaves/npm-force-resolutions#32, it would be very useful in projects with multiple versions of the same transient dependency to be able to independently define w…
-
The wath bundle not working. I change the content of one file in a bundle and the plugin not re-build the file.
See my webpack.config **(I use webpack 5)**
```
const packages = require("./package…
-
### Bug report
When using pnpm's default isolated dependencies installation mode, dependencies are not necessarily reachable from the originating stylesheet's directory, and instead need to be …
-
zxdfe updated
2 years ago
-
I think the syntax tag is not currently being passed forward to postcss processor.
ie:
```js
// postcss.config.js
module.exports = {
syntax: 'postcss-scss',
plugins: {
…
}
}
```
…
-
After the first` yarn start` I got several warnings:
> WARNING in ./src/images/react_logo.svg
(Emitted value instead of an instance of Error) DEPRECATED. Configure gifsicle's interlaced option in …
-
Hi,
I'm currently using sass to style my components. I have a variable.scss that I'd like to automatically add to every scss file, so I don't have to manually add it everywhere.
This is my rollu…
-
It works with react-meteor-data@1.0.0 but starting from 2.0.1 `withTracker` is `undefined`.
Also react-meteor-data@2.0.1 works without meteor-webpack package.
```
import { withTracker } from 'meteo…
-
### pnpm version: 2.16.2
### Code to reproduce the issue:
```
pnpx create-cycle-app name --flavor cycle-scripts-one-fits-all@beta --pnpm
cd name && rm -r test
pnpm install -D webpack-bundle-ana…