We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d883ed commit d63061aCopy full SHA for d63061a
src/commands/serve.ts
@@ -91,9 +91,10 @@ export function serve(
91
modulesFolder,
92
homeDir,
93
cache,
94
- output: `${browserOutput}/$name.js`,
+ output: `${browserOutput}/$name-$hash.js`,
95
target: 'browser@es5',
96
useTypescriptCompiler: true,
97
+ hash: isProdBuild,
98
plugins: [
99
isAotBuild && NgAotFactoryPlugin(),
100
isAotBuild &&
0 commit comments