chunk.node_modules_moment_locale_sync…js file is created in the build process, when I install moment, but when moment is removed then this file will also be removed. This file has naming convention that seems to depend upon user configuration. Is there any way to include the moment and not have this file in the build output?
is that a dev bundle or production bundle?
if it’s a dev bundle, don’t worry about it
Its in dev, I havent seen it in production bundle yet…But the problem is it should be imported in the Page, like . But that file name depends upon individual machine name, its creating problem.
What is that problem?
I import the bundle in the cshtml like importing the navitve js file. The problem is, that file which is machine dependent does not have fixed file name.