UNPKG
@weave-js/monitor
Version:
canary (0.7.0-alpha.24)
latest (0.7.0-rc.6)
0.7.0-rc.6
0.7.0-rc.5
0.7.0-rc.4
0.7.0-alpha.24
0.7.0-alpha.20
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
A landscape monitor for Weave microservice framework.
@weave-js/monitor
/
vue.config.js
14 lines
(13 loc)
•
379 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}