Skip to content

Commit 298aea3

Browse files
committed
Use srcBundleName to eliminate redundant string constant.
1 parent 78fdee4 commit 298aea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var config = {
4747
entry: './webpack-entry.js',
4848
output: {
4949
path: bundlePath,
50-
filename: 'codap-lib-bundle.js'
50+
filename: srcBundleName
5151
},
5252
plugins: plugins,
5353
performance: {

0 commit comments

Comments
 (0)