mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 01:55:17 -04:00
chore: add tests, gh actions and prettier config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Returns bar (exciting!)
|
||||
* @returns {string}
|
||||
*/
|
||||
function foo() {
|
||||
return 'bar'
|
||||
}
|
||||
|
||||
module.exports = foo
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "foo",
|
||||
"version": "0.0.1",
|
||||
"description": "Dummy package that should not be transformed",
|
||||
"main": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user