File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export function makeBaseBundleConfig(options) {
114
114
115
115
const nodeResolvePlugin = resolve ( ) ;
116
116
117
- const markAsBrowserBuild = replace ( {
117
+ const markAsBrowserBuildPlugin = replace ( {
118
118
// don't replace `__placeholder__` where it's followed immediately by a single `=` (to prevent ending up
119
119
// with something of the form `let "replacementValue" = "some assigned value"`, which would cause a
120
120
// syntax error)
@@ -180,7 +180,7 @@ export function makeBaseBundleConfig(options) {
180
180
} ,
181
181
plugins : [
182
182
jsVersion === 'es5' ? typescriptPluginES5 : typescriptPluginES6 ,
183
- markAsBrowserBuild ,
183
+ markAsBrowserBuildPlugin ,
184
184
nodeResolvePlugin ,
185
185
licensePlugin ,
186
186
] ,
You can’t perform that action at this time.
0 commit comments