-
`npm WARN html-webpack-externals-plugin@3.8.0 requires a peer of html-webpack-plugin@^2.0.0 but none was installed.`
is shown as an error everytime i run a command on npm. but then I do have an html-β¦
-
Seems like I am getting maximum call stack exceeded on postcss.
used plugins with tailwind
```js
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nestingβ¦
-
Autoprefixer should add a `::-webkit-details-marker` fallback for [`::marker`](https://developer.mozilla.org/en-US/docs/Web/CSS/::marker) .
This is because Safari currently only supports the `::marβ¦
-
## Description
Since 6.3 SB support Webpack@5. There are a few changes with Webpack 5, one in particular which affects Orbit setup is [Asset Modules](https://webpack.js.org/guides/asset-modules/).
β¦
-
Other deps are outdated as well:
```
% ./node_modules/.bin/david
dependencies
βββββββββββββββ¬ββββββββββ¬βββββββββ
β Name β Package β Latest β
βββββββββββββββΌββββββββββΌβββββββββ€
β lodash β¦
-
**Is your feature request related to a problem? Please describe.**
I would love to use this plugin together with the bundler parcel 2
**Describe the solution you'd like**
Making a plugin nameβ¦
-
-
I'm having an issue where my tasks are running as desired and BrowserSync seems to be working but the actual browser isn't reloading. I'm getting the right messages in my Terminal to suggest everythinβ¦
-
-
I updated the `postcss.config.js` to
```js
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
}
```
β¦