We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f84ec commit 05ae9dbCopy full SHA for 05ae9db
webpack/webpack.dev.ts
@@ -10,7 +10,7 @@ let manifest: any
10
const options = optionGenerator(
11
outputDir,
12
baseManifest => {
13
- baseManifest['name'] = 'IS DEV'
+ baseManifest.name = 'IS DEV'
14
manifest = baseManifest
15
}
16
)
0 commit comments