diff --git a/raiden-dapp/vue.config.js b/raiden-dapp/vue.config.js index 92f54a909a..7093b70c21 100644 --- a/raiden-dapp/vue.config.js +++ b/raiden-dapp/vue.config.js @@ -79,6 +79,13 @@ module.exports = { enableInSFC: true, }, }, + + css: { + extract: { + ignoreOrder: true, + }, + }, + // check -> https://github.com/vuejs/vue-cli/issues/2978 configureWebpack: (config) => { if (process.env.NODE_ENV === 'development') {