diff --git a/.travis.yml b/.travis.yml index 2dcb03da1..64e37c1e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ language: python python: - 3.5 +node_js: + - 10.15.0 + services: - postgresql diff --git a/sapl-frontend/vue.config.js b/sapl-frontend/vue.config.js index cf4ff1030..7c6f0382f 100644 --- a/sapl-frontend/vue.config.js +++ b/sapl-frontend/vue.config.js @@ -63,8 +63,7 @@ module.exports = { jquery: 'jquery', 'window.jQuery': 'jquery', jQuery: 'jquery', - _: 'lodash', - Modal: 'exports-loader?Modal!bootstrap/js/dist/modal', + _: 'lodash' }]) config.entryPoints.delete('app')