changed banner to be more serious in the warning
This commit is contained in:
Родитель
ee320ddb86
Коммит
0875704ca0
|
@ -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';
|
'use strict';
|
||||||
|
|
||||||
var util$2 = require('util');
|
var util$2 = require('util');
|
||||||
|
|
|
@ -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';
|
'use strict';
|
||||||
|
|
||||||
Object.defineProperty(exports, '__esModule', { value: true });
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||||||
|
|
|
@ -9,7 +9,7 @@ export default [{
|
||||||
output: {
|
output: {
|
||||||
format: "cjs",
|
format: "cjs",
|
||||||
file: "dist/package-inherit.js",
|
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: [
|
plugins: [
|
||||||
typescript({ isolatedModules: true }),
|
typescript({ isolatedModules: true }),
|
||||||
|
@ -23,7 +23,7 @@ export default [{
|
||||||
output: {
|
output: {
|
||||||
format: "cjs",
|
format: "cjs",
|
||||||
file: "dist/package-inherit-cli.js",
|
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: [
|
plugins: [
|
||||||
typescript({ isolatedModules: true }),
|
typescript({ isolatedModules: true }),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче