diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-05-25 02:49:55 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-05-25 12:50:24 -0500 |
commit | 5c0f506deb3fb6910714e0441efe6bfcfc29f4ad (patch) | |
tree | 1cb0260a4dd5cddb7c3904f9f36b169d1aadf733 /package.json | |
parent | 4f6ca7bc9c211e5498b0f56fdcdb0ed9dc5bd483 (diff) | |
download | gitlab-ce-5c0f506deb3fb6910714e0441efe6bfcfc29f4ad.tar.gz |
add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin
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 d1da2ee183e..6543a47c1b5 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "jszip-utils": "^0.0.2", "marked": "^0.3.6", "mousetrap": "^1.4.6", + "name-all-modules-plugin": "^1.0.1", "pdfjs-dist": "^1.8.252", "pikaday": "^1.5.1", "prismjs": "^1.6.0", |