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
@ngtools/webpack 1.2.9 has updated its dependencies, including magic-string from 0.16.0 to 0.19.0. But the method insertLeft has been renamed appendLeft in 0.17, causing a warning during build step.
The log given by the failure.
magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead
The text was updated successfully, but these errors were encountered:
Versions.
@ngtools/webpack
1.2.9Repro steps.
@ngtools/webpack
1.2.9 has updated its dependencies, includingmagic-string
from 0.16.0 to 0.19.0. But the methodinsertLeft
has been renamedappendLeft
in 0.17, causing a warning during build step.The log given by the failure.
magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead
The text was updated successfully, but these errors were encountered: