2.0.0-alpha.19 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

2.0.0-alpha.18

3 years ago

2.0.0-alpha.14

3 years ago

2.0.0-alpha.13

3 years ago

2.0.0-alpha.10

3 years ago

2.0.0-alpha.9

3 years ago