-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
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
Labels
No labels