Created
January 13, 2019 10:19
-
-
Save BiosBoy/acd9c8791c70845b9a2d30fc5760b9a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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