diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-07-18 03:30:11 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-07-18 03:54:38 -0500 |
commit | cb17564566cb0e7399053ad5ec9d2e0ef5f5340f (patch) | |
tree | 5b4d28eadbc382c7355e8e06245d3e65c2d2046b /package.json | |
parent | 0a7870937f28a8c4a6dc0e07b649176d69007f28 (diff) | |
download | gitlab-ce-cb17564566cb0e7399053ad5ec9d2e0ef5f5340f.tar.gz |
fix global context and relative_url_root for monaco editor
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 4a1d6e0b6af..7783b2c2dd4 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "babel-preset-stage-2": "^6.22.0", "bootstrap-sass": "^3.3.6", "compression-webpack-plugin": "^0.3.2", + "copy-webpack-plugin": "^4.0.1", "core-js": "^2.4.1", "css-loader": "^0.28.0", "d3": "^3.5.11", @@ -30,6 +31,7 @@ "eslint-plugin-html": "^2.0.1", "exports-loader": "^0.6.4", "file-loader": "^0.11.1", + "imports-loader": "^0.7.1", "jed": "^1.1.1", "jquery": "^2.2.1", "jquery-ujs": "^1.2.1", |