Static GitHub Issues

[1454] Why the Custom Loading Component may not work?[re-open]

prev: Error building project since version 1.0rc
next: css @import "~font-awesome/.." is broken in RC

 My nuxt.config.js

module.exports = {
    // loading: false,
    // loading: '~/components/loading.vue',
    loading: {
        color: 'red',
        height: '5px'
    },
    head: {
        meta: [
            {charset: 'utf-8'},
            {'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
        ]
    },
    build: {
        extractCSS: true
    }
};

I have a layout and some components. I'm including to pages layout and components. None of the loading are included

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1292">#c1292</a>)</em></sub></div>