The Wayback Machine - https://web.archive.org/web/20200526180559/https://github.com/topics/webpack-boilerplate
Skip to content
#

webpack-boilerplate

Here are 181 public repositories matching this topic...

mike-morr
mike-morr commented Jul 14, 2016

I am having trouble figuring out how to get webpack-dev-server working with the config-env-development.

Here is my config:

const generateConfig = require('@easy-webpack/core').generateConfig;
const glob = require("glob");

const baseConfig = {
  entry: {
    'pnp': ['./src/pnp'],
  },
  output: {
    path: "./dist",
    filename: "[name].js"
  }
}

//if (NODE_ENV = "development") {
    modul

Improve this page

Add a description, image, and links to the webpack-boilerplate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webpack-boilerplate topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.