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
Use the development configuration instead of our own created serve configuration, this development configuration also uses a lot of the default properties, so many of them were correct already
deletebuildTarget.configurations.development.vendorChunk;// Already defaulted correctly in build options
189
+
deletebuildTarget.configurations.development.sourceMap;// Already defaulted correctly in build options
190
+
deletebuildTarget.configurations.development.namedChunks;// Already defaulted correctly in build options
191
+
deletebuildTarget.defaultConfiguration;// There is no production configuration (the default is no configuration, only overrideable by the development configuration)
0 commit comments