Skip to content

Commit 935f9b1

Browse files
author
Luca Forstner
committed
Move debug statement plugin
1 parent 6df7f9a commit 935f9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup/npmHelpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export function makeBaseNPMConfig(options = {}) {
3030

3131
const nodeResolvePlugin = makeNodeResolvePlugin();
3232
const sucrasePlugin = makeSucrasePlugin();
33+
const debugBuildStatementReplacePlugin = makeDebugBuildStatementReplacePlugin();
3334
const constToVarPlugin = makeConstToVarPlugin();
3435
const removeESLintCommentsPlugin = makeRemoveESLintCommentsPlugin();
3536
const removeBlankLinesPlugin = makeRemoveBlankLinesPlugin();
3637
const extractPolyfillsPlugin = makeExtractPolyfillsPlugin();
37-
const debugBuildStatementReplacePlugin = makeDebugBuildStatementReplacePlugin();
3838

3939
const defaultBaseConfig = {
4040
input: entrypoints,
@@ -82,11 +82,11 @@ export function makeBaseNPMConfig(options = {}) {
8282
plugins: [
8383
nodeResolvePlugin,
8484
sucrasePlugin,
85+
debugBuildStatementReplacePlugin,
8586
constToVarPlugin,
8687
removeESLintCommentsPlugin,
8788
removeBlankLinesPlugin,
8889
extractPolyfillsPlugin,
89-
debugBuildStatementReplacePlugin,
9090
],
9191

9292
// don't include imported modules from outside the package in the final output

0 commit comments

Comments
 (0)