GithubHelp home page GithubHelp logo

zaynex / webpack-dev-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webpack/webpack-dev-server

0.0 1.0 0.0 1.14 MB

Serves a webpack app. Updates the browser on changes.

License: MIT License

JavaScript 98.43% HTML 0.56% CSS 1.01%

webpack-dev-server's Introduction

npm node deps tests coverage chat

webpack-dev-server

Use webpack with a development server that provides live reloading. This should be used for development only.

It uses webpack-dev-middleware under the hood, which provides fast in-memory access to the webpack assets.

Getting Started

First thing's first, install the module:

npm install webpack-dev-server --save-dev

Note: While you can install and run webpack-dev-server globally, we recommend installing it locally. webpack-dev-server will always use a local installation over a global one.

Usage

There are two main, recommended methods of using the module:

With the CLI

The easiest way to use it is with the CLI. In the directory where your webpack.config.js is, run:

node_modules/.bin/webpack-dev-server

With NPM Scripts

NPM package.json scripts are a convenient and useful means to run locally installed binaries without having to be concerned about their full paths. Simply define a script as such:

"scripts": {
  "start:dev": "webpack-dev-server"
}

And run the following in your terminal/console:

npm run start:dev

NPM will automagically reference the binary in node_modules for you, and execute the file or command.

The Result

Either method will start a server instance and begin listening for connections from localhost on port 8080.

webpack-dev-server is configured by default to support live-reload of files as you edit your assets while the server is running.

See the documentation for more use cases and options.

Caveats

Version 2.8.0 introduced a change which included ES6 keywords const and let within the scripts being served to the browser. This effects environments which support no ES6 whatsoever, including older versions of UglifyJS and Internet Explorer. This was not considered a breaking change at the time due to official support for oldIE ending in 2016, rather this was seen as a maintenance update. Those wishing to support oldIE should stick with version 2.7.1.

For version 2.8.0+ those using UglifyJS in their webpack configs should use the beta version of uglifyjs-webpack-plugin independently, and not the built-in plugin. This will change once the new version is out of beta.

Support

We do our best to keep Issues in the repository focused on bugs, features, and needed modifications to the code for the module. Because of that, we ask users with general support, "how-to", or "why isn't this working" questions to try one of the other support channels that are available.

Your first-stop-shop for support for webpack-dev-server should by the excellent documentation for the module. If you see an opportunity for improvement of those docs, please head over to the webpack.js.org repo and open a pull request.

From there, we encourage users to visit the webpack Gitter chat and talk to the fine folks there. If your quest for answers comes up dry in chat, head over to StackOverflow and do a quick search or open a new question. Remember; It's always much easier to answer questions that include your webpack.config.js and relevant files!

If you're twitter-savvy you can tweet #webpack with your question and someone should be able to reach out and lend a hand.

If you have discovered a ๐Ÿ›, have a feature suggestion, of would like to see a modification, please feel free to create an issue on Github. Note: The issue template isn't optional, so please be sure not to remove it, and please fill it out completely.

Contributing

We welcome your contributions! Please have a read of CONTRIBUTING.md for more information on how to get involved.

Maintainers


Kees Kluskens

Andrew Powell

Attribution

This project is heavily inspired by peerigon/nof5.

License

webpack-dev-server's People

Contributors

sokra avatar spacek33z avatar shellscape avatar simenb avatar lbogdan avatar jhnns avatar mrsharpoblunto avatar filipesilva avatar stutrek avatar arnihermann avatar chentsulin avatar orteth01 avatar telokis avatar graingert avatar troutowicz avatar koba04 avatar zeen avatar coltonw avatar aves84 avatar svsool avatar everett1992 avatar watsoncj avatar crohde7707 avatar radotzki avatar usefulthink avatar matthiaswinkelmann avatar mjackson avatar jamsesso avatar elliottsj avatar ntharim avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.