We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hihi, this is going to be tough. See how os-titanium requires __context.js to be in a specific position.
os-titanium
__context.js
In theory modules can have assets… does it work for CommonJS ones?
/cc @tonylukasavage @FokkeZB
The text was updated successfully, but these errors were encountered:
The official documentation states that the assets directory can be used for require, could that be that we can use it to package other things?
assets
require
You can place additional JavaScript CommonJS modules in the assets folder and import them into your main module using require.
Requires investigations.
Sorry, something went wrong.
No branches or pull requests
Hihi, this is going to be tough. See how
os-titanium
requires__context.js
to be in a specific position.In theory modules can have assets… does it work for CommonJS ones?
/cc @tonylukasavage @FokkeZB
The text was updated successfully, but these errors were encountered: