diff options
author | Anike Arni <aarni@thoughtworks.com> | 2016-12-27 10:12:05 -0200 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2016-12-27 10:12:05 -0200 |
commit | 3710467f2542d6e3c1278f0172a8f9e12fe2491f (patch) | |
tree | 73b4cb01fcc6d1ac6137db15addffbc1ca3b5c94 | |
parent | c1a3714ad0b4bd8105c5f4fca49017e956543eac (diff) |
Remove uneccessarily aliases in webpack
-rw-r--r-- | web-ui/webpack.config.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web-ui/webpack.config.js b/web-ui/webpack.config.js index 2000f0ec..1a97c78d 100644 --- a/web-ui/webpack.config.js +++ b/web-ui/webpack.config.js @@ -6,9 +6,7 @@ module.exports = { 'mail_list': path.join(__dirname, '/app/js/mail_list'), 'page': path.join(__dirname, '/app/js/page'), 'feedback': path.join(__dirname, '/app/js/feedback'), - 'flight': path.join(__dirname, '/app/bower_components/flight'), 'DOMPurify': path.join(__dirname, '/app/bower_components/DOMPurify/dist/purify.min'), - 'he': path.join(__dirname, '/app/bower_components/he/he'), 'hbs': path.join(__dirname, '/app/js/generated/hbs'), 'helpers': path.join(__dirname, '/app/js/helpers'), 'lib': path.join(__dirname, '/app/js/lib'), @@ -23,11 +21,6 @@ module.exports = { 'search': path.join(__dirname, '/app/js/search'), 'foundation': path.join(__dirname, '/app/js/foundation'), 'features': path.join(__dirname, '/app/js/features/features'), - 'i18next': path.join(__dirname, '/app/bower_components/i18next/i18next'), - 'i18nextXHRBackend': path.join(__dirname, '/app/bower_components/i18next-xhr-backend/i18nextXHRBackend'), - 'i18nextBrowserLanguageDetector': path.join(__dirname, '/app/bower_components/i18next-browser-languagedetector/i18nextBrowserLanguageDetector'), - 'quoted-printable': path.join(__dirname, '/app/bower_components/quoted-printable'), - 'utf8': path.join(__dirname, '/app/bower_components/utf8'), 'user_settings': path.join(__dirname, '/app/js/user_settings') }, moduleDirectories: ['app/js'] |