-
Hey there! If you need support, help, or advice then this is not the place to ask.
Please visit [StackOverflow](https://stackoverflow.com/questions/tagged/webpack)
or [the Webpack Gitter](https://gi…
-
`import domready from 'domready';`
ERROR: main.js:4Uncaught ReferenceError: require is not defined
who can help me? Thanks~
-
I'm trying to use @nuxt/image with local files inside /static dir, first tried to use local setup
```
image: {
providers: {
local: {
dir: '~/static',
clearCache: fal…
-
- Laravel Mix Version: 5.0.5
- Node Version: v10.15.1
- NPM Version: 6.4.1
- OS: MacOS 10.15.6
### Description:
Initial compilation of my `app.css` takes 50-60 seconds, changes to it …
-
```
25 09 2020 13:52:31.744:INFO [compiler.karma-typescript]: Compiling project using Typescript 3.9.7
25 09 2020 13:52:39.744:INFO [compiler.karma-typescript]: Compiled 194 files in 7942 ms.
25 09…
-
**Description**
Running NPM audit against npm install outputs a security vulnerability around decompress which is a dependency of parcel-plugin-imagemin.
Decompress is no longer mantained (last u…
-
Hi,
I use `posthtml-cli`, when I build like this:
```
posthtml -c posthtml.json
```
The command doesn't output any output and doesn't compile anything.
Here is the configuration:
```
{…
-
Just thought I'd flag.
I have rolled back to (v5.0.1), as Mix has stopped working on the latest version. (v5.0.2)
I'm running the latest versions of node and npm.
Throws the following error:
…
-
## Description
I'm processing around 1500 images with gatsby-plugin-sharp/gatsby-transformer-sharp and GraphQL, to display with gatsby-image as per [this page in the docs](https://www.gatsbyjs.org/…
jp887 updated
3 years ago
-
**Describe the bug**
Serve command not passing webpack `devServer` config to webpack-dev-server
#### webpack.dev.js
```
devServer: {
https: isUsingHTTPS && secureLocalDomain,
host:…