UNPKG

@weave-js/monitor

Version:

A landscape monitor for Weave microservice framework.

14 lines (13 loc) 379 B
const webpack = require('webpack') module.exports = { configureWebpack: { plugins: [ new webpack.DefinePlugin({ 'process.env': { PACKAGE_JSON: '"' + escape(JSON.stringify(require('./package.json'))) + '"' } }) ] } // the rest of your original module.exports code goes here }