2.0.0-alpha.19 • Published 5 years ago

@startdt/cli-overlay v2.0.0-alpha.19

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@startdt/cli-overlay

出现编译器错误或警告时,在浏览器中显示全屏覆盖。如果只想显示编译器错误:

// next.config.js
module.exports = {
    devServer: {
        overlay: true,
    },
};

如果要同时显示警告和错误:

// next.config.js
module.exports = {
    devServer: {
        overlay: {
            warnings: true,
            errors: true,
        },
    },
};
2.0.0-alpha.19

5 years ago

2.0.0-alpha.18

5 years ago

2.0.0-alpha.14

5 years ago

2.0.0-alpha.13

5 years ago

2.0.0-alpha.10

5 years ago

2.0.0-alpha.9

5 years ago