You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
At the moment, assemble requires an import/require string for the script.
Not all compilers require this feature, and it makes the process more complicated. For example, vueify and vue-jest can work with the script being inlined.
I propose we add an assembleInline function that returns an es6/cjs module that doesn't include import/require statements.
assembleInline would need to be passed the transformed code, and source maps.
The text was updated successfully, but these errors were encountered:
At the moment, assemble requires an import/require string for the script.
Not all compilers require this feature, and it makes the process more complicated. For example, vueify and vue-jest can work with the script being inlined.
I propose we add an
assembleInline
function that returns an es6/cjs module that doesn't includeimport
/require
statements.assembleInline
would need to be passed the transformed code, and source maps.The text was updated successfully, but these errors were encountered: