Skip to content

Instantly share code, notes, and snippets.

@BiosBoy
Created January 13, 2019 10:19
Show Gist options
  • Select an option

  • Save BiosBoy/acd9c8791c70845b9a2d30fc5760b9a0 to your computer and use it in GitHub Desktop.

Select an option

Save BiosBoy/acd9c8791c70845b9a2d30fc5760b9a0 to your computer and use it in GitHub Desktop.
// import global vars for a whole app
require('../globals');
const debug = require('debug')('app:build:webpack-compiler');
const webpack = require('webpack');
const webpackConfig = require('../webpack.config.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment