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 has been archived by the owner on Feb 22, 2018. It is now read-only.
Not all the output files are written as node modules. When running this command:
pub global run dev_compiler --no-destructure-named-params -oweb/ddc --modules=node web/entry.dart
All my app code is compiled into node modules, and the referenced packages, but the runtime code (/dev_compiler/runtime/**) still uses DDC's proprietary format. The modules are a mix of different types, which seems odd and probably won't work great at runtime. Is there another setting, or some other step I should take to re-compile the runtime files?
The text was updated successfully, but these errors were encountered:
Not all the output files are written as node modules. When running this command:
All my app code is compiled into node modules, and the referenced packages, but the runtime code (/dev_compiler/runtime/**) still uses DDC's proprietary format. The modules are a mix of different types, which seems odd and probably won't work great at runtime. Is there another setting, or some other step I should take to re-compile the runtime files?
The text was updated successfully, but these errors were encountered: