webpack-plugin-serve icon indicating copy to clipboard operation
webpack-plugin-serve copied to clipboard

A Development Server in a Webpack Plugin

Results 15 webpack-plugin-serve issues
Sort by recently updated
recently updated
newest added

This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] tests - [ ] documentation - [ ] metadata ### Breaking Changes? -...

- Webpack Version: 5.74.0 - Operating System (or Browser): os - Node Version: v14.17.3 - webpack-plugin-serve Version:1.6.0 ### How Do We Reproduce? ### Expected Behavior when using cache in webpack5,...

- Webpack Version: - Operating System (or Browser): - Node Version: - webpack-plugin-serve Version: ### How Do We Reproduce? 1. clone the repo and install dependencies 1. https://github.com/shellscape/webpack-plugin-serve/blob/master/test/fixtures/simple/webpack.config.js#L21, here change...

- Webpack Version: 5.38.1 - Operating System (or Browser): Windows 10, Firefox 95.0.2 - Node Version: v14.15.5 - webpack-plugin-serve Version: 1.5.0 ### How Do We Reproduce? 1. Build a project...

i am setting up a dev server using webpack-plugin-serve something really basic this is the structure of the project ![favicon-32x32](https://user-images.githubusercontent.com/29352863/152513950-fc245753-63ab-47c5-885f-5e55ebd262fc.png) my config file const path = require('path'); const { WebpackPluginServe:...

Fixes https://github.com/shellscape/webpack-plugin-serve/issues/235 This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] tests - [ ] documentation - [ ] metadata ### Breaking...

- Webpack Version: 5.42.0 - Operating System (or Browser): Ubuntu 20.04 - Node Version: v14.17.0 - webpack-plugin-serve Version: 1.4.1 I'm developing remotely, so I need webpack-plugin-serve to connect to a...

- Webpack Version: 4 - Operating System (or Browser): Windows 10 - Node Version: 12 - webpack-plugin-serve Version: 1.3.0 ### How Do We Reproduce? I am using these options in...

- Original Issue: https://github.com/survivejs/webpack-book/issues/343 - Webpack Version: 5.x - Operating System (or Browser): MacOS Big Sur - Node Version: 12 or newer - webpack-plugin-serve Version: 1.3.0 ### How Do We...

- Webpack Version: `5.18.0` - Operating System (or Browser): `MacOS 11.2.1` - Node Version: `15.2.0` - webpack-plugin-serve Version: `1.0.1` and `1.2.0` ### How Do We Reproduce? My current configuration is...