-
Child extract-text-webpack-plugin:
+ 1 hidden modules
```
ERROR in ./~/css-loader!./~/autoprefixer/lib/autoprefixer.js!./dev/Pages/Com
```
mon/style.css
Module build failed: CssSyntaxErr…
-
Hi, do you have plan for modular sass? Like supporting local scope?
-
`autoprefixer@9.7.2`
### Browserslist config
```json
"browserslist": [
"last 2 versions",
"not < 1%",
"last 2 edge versions",
"not ie < 11"
],
```
### postcss.config.js
```javas…
-
I couldn't figure out how I could use webpack-append along with query when using with multiple loaders. My use-case is something on the lines of this:
`{
test: /\.scss$/,
exclude: [/\/plugin\/…
-
```
nik$ yarn rw setup ui tailwind
✔ Installing project-wide packages...
✔ Install prettier-plugin-tailwindcss@0.4.1
✔ Installing web side packages...
✔ Install postcss, postcss-loader, tailw…
-
Hi,
After cloning, I did:
```
meteor npm i
meteor run
```
And I see:
```
I20240808-00:36:21.049(10)? ⚡ Starting Vite server...
W20240808-00:36:21.052(10)? (STDERR) ⚡ You are using …
-
I'm trying to apply postcss plugins to the css files specified in my my styleUrl's via [postcss-loader](https://github.com/postcss/postcss-loader#webpack-2x-config). Their project has the following ex…
-
I know having a small core, and an army of grunt plugins to mix and match is fantastic, but let's consider adopting this one sometimes a little buggy module.
So maybe a simplistic site builds out so…
-
What is the best way for work with webpack?
-
Ahoi everyone,
I stumbled upon this amazing demo and wanted to try it out.
The setup of all Azure resources worked when deployed in East US 2.
I wonder if and how the local deployment can be access…