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
When running CLI 1.7.0-pre.10 to build { "name": "bundled-amd", "bundle": { "inlineScripts": false }, "js": { "transformModulesToAmd": true } }
I am getting: Could not resolve module specifier "require" in file ... and
[BABEL] Note: The code generator has deoptimised the styling of undefined as it exceeds the max of 500KB.
Not using inline module scripts or import * syntax.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
When running CLI 1.7.0-pre.10 to build
{ "name": "bundled-amd", "bundle": { "inlineScripts": false }, "js": { "transformModulesToAmd": true } }
I am getting: Could not resolve module specifier "require" in file ... and
[BABEL] Note: The code generator has deoptimised the styling of undefined as it exceeds the max of 500KB.
Not using inline module scripts or import * syntax.
The text was updated successfully, but these errors were encountered: