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) {
114114
115115 const nodeResolvePlugin = resolve ( ) ;
116116
117- const markAsBrowserBuild = replace ( {
117+ const markAsBrowserBuildPlugin = replace ( {
118118 // don't replace `__placeholder__` where it's followed immediately by a single `=` (to prevent ending up
119119 // with something of the form `let "replacementValue" = "some assigned value"`, which would cause a
120120 // syntax error)
@@ -180,7 +180,7 @@ export function makeBaseBundleConfig(options) {
180180 } ,
181181 plugins : [
182182 jsVersion === 'es5' ? typescriptPluginES5 : typescriptPluginES6 ,
183- markAsBrowserBuild ,
183+ markAsBrowserBuildPlugin ,
184184 nodeResolvePlugin ,
185185 licensePlugin ,
186186 ] ,
You can’t perform that action at this time.
0 commit comments