changed banner to be more serious in the warning

This commit is contained in:
Ken Chau 2020-09-02 08:50:08 -07:00
Родитель ee320ddb86
Коммит 0875704ca0
3 изменённых файлов: 4 добавлений и 4 удалений

2
dist/package-inherit-cli.js поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
// This is generated and hosted here: https://github.com/microsoft/package-inherit/blob/main/dist/package-inherit-cli.js
// DO NOT EDIT THIS FILE. This is generated code. Please see: https://github.com/microsoft/package-inherit
'use strict';
var util$2 = require('util');

2
dist/package-inherit.js поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
// This is generated and hosted here: https://github.com/microsoft/package-inherit/blob/main/dist/package-inherit.js
// DO NOT EDIT THIS FILE. This is generated code. Please see: https://github.com/microsoft/package-inherit
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });

Просмотреть файл

@ -9,7 +9,7 @@ export default [{
output: {
format: "cjs",
file: "dist/package-inherit.js",
banner: "// This is generated and hosted here: https://github.com/microsoft/package-inherit/blob/main/dist/package-inherit.js"
banner: "// DO NOT EDIT THIS FILE. This is generated code. Please see: https://github.com/microsoft/package-inherit"
},
plugins: [
typescript({ isolatedModules: true }),
@ -23,7 +23,7 @@ export default [{
output: {
format: "cjs",
file: "dist/package-inherit-cli.js",
banner: "// This is generated and hosted here: https://github.com/microsoft/package-inherit/blob/main/dist/package-inherit-cli.js"
banner: "// DO NOT EDIT THIS FILE. This is generated code. Please see: https://github.com/microsoft/package-inherit"
},
plugins: [
typescript({ isolatedModules: true }),