-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello
would it be possible to automatically also minify and "link" all the files that are imported with the standard js syntax?
To give an idea
index.js
:
import test from './test.js'
console.log(test.hello());
test.js
:
export function hello() {
return 'Hello, World!';
}
output
(sort-of, this was hand made):
t.h = () => 'Hello, World!';console.log(t.h());
I'm using the js api.
Could this also be done with standard node modules?
I hope I managed to explain my self.
Ty in advance
Rico
Metadata
Metadata
Assignees
Labels
No labels