aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/config/webpack
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/config/webpack')
-rw-r--r--server/sonar-web/config/webpack/webpack.config.base.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/config/webpack/webpack.config.base.js b/server/sonar-web/config/webpack/webpack.config.base.js
index 0de9ca39631..e8b615bccf8 100644
--- a/server/sonar-web/config/webpack/webpack.config.base.js
+++ b/server/sonar-web/config/webpack/webpack.config.base.js
@@ -25,7 +25,6 @@ module.exports = {
'handlebars/runtime',
'./src/main/js/libs/third-party/jquery-ui.js',
'./src/main/js/libs/third-party/select2.js',
- './src/main/js/libs/third-party/keymaster.js',
'./src/main/js/libs/third-party/bootstrap/tooltip.js',
'./src/main/js/libs/third-party/bootstrap/dropdown.js'
],
@@ -92,7 +91,7 @@ module.exports = {
{ test: require.resolve('react-dom'), loader: 'expose?ReactDOM' }
]
},
- postcss: function() {
+ postcss() {
return [autoprefixer(autoprefixerOptions)];
},
// Some libraries import Node modules but don't use them in the browser.