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 @@ -30,11 +30,11 @@ export function makeBaseNPMConfig(options = {}) {
30
30
31
31
const nodeResolvePlugin = makeNodeResolvePlugin ( ) ;
32
32
const sucrasePlugin = makeSucrasePlugin ( ) ;
33
+ const debugBuildStatementReplacePlugin = makeDebugBuildStatementReplacePlugin ( ) ;
33
34
const constToVarPlugin = makeConstToVarPlugin ( ) ;
34
35
const removeESLintCommentsPlugin = makeRemoveESLintCommentsPlugin ( ) ;
35
36
const removeBlankLinesPlugin = makeRemoveBlankLinesPlugin ( ) ;
36
37
const extractPolyfillsPlugin = makeExtractPolyfillsPlugin ( ) ;
37
- const debugBuildStatementReplacePlugin = makeDebugBuildStatementReplacePlugin ( ) ;
38
38
39
39
const defaultBaseConfig = {
40
40
input : entrypoints ,
@@ -82,11 +82,11 @@ export function makeBaseNPMConfig(options = {}) {
82
82
plugins : [
83
83
nodeResolvePlugin ,
84
84
sucrasePlugin ,
85
+ debugBuildStatementReplacePlugin ,
85
86
constToVarPlugin ,
86
87
removeESLintCommentsPlugin ,
87
88
removeBlankLinesPlugin ,
88
89
extractPolyfillsPlugin ,
89
- debugBuildStatementReplacePlugin ,
90
90
] ,
91
91
92
92
// don't include imported modules from outside the package in the final output
You can’t perform that action at this time.
0 commit comments