Skip to content

Commit f8b436e

Browse files
committed
s/markAsBrowserBuild/markAsBrowserBuildPlugin
1 parent 38b0327 commit f8b436e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)