diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-06-06 03:25:13 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-06-07 16:35:34 -0500 |
commit | 6d96b9dd6be8d27d3030e7a6de08ec3ba419643e (patch) | |
tree | 0bd8b7d742677734ca563cfa02658d40fdc17f3b /package.json | |
parent | 41aa6bd8776570b491747b95c146255c0b58a870 (diff) | |
download | gitlab-ce-6d96b9dd6be8d27d3030e7a6de08ec3ba419643e.tar.gz |
add monaco-editor-webpack-plugin and update webpack config
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c2f0df0e6d4..a4ff583c6f7 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "katex": "^0.8.3", "marked": "^0.3.12", "monaco-editor": "0.13.1", + "monaco-editor-webpack-plugin": "^1.2.1", "mousetrap": "^1.4.6", "pikaday": "^1.6.1", "popper.js": "^1.14.3", |