2021-03-23 14:36:49 +01:00

5 lines
119 B
JavaScript

module.exports = function () {
console.log("Plugin was loaded, shouldn't appear due to --no-babelrc");
return {}
}