Skip to content

Change entry point in package.json #76

@FabienMotte

Description

@FabienMotte

The actual main entry point in package.json file is :

"main": "dist/t3.js"

And this version of T3 still depends on jQuery.

Now that there is a native version of the framework (without jQuery dependency), it would be great to have it included as the new entry point in package.json file :

"main": "dist/t3-native.js"

It would allow us to require('t3js') (with Browserify for example) without the need to require also jQuery and pollute the global scope to make it work with T3.

Any thoughts about it ?

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions