Skip to content

Minify also imported files? #5484

@Leone25

Description

@Leone25

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions