Skip to content

Commit

Permalink
Remove commented replace plugin in rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Nov 4, 2023
1 parent 5fea34f commit 4ef368a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default [
include: ["node_modules/**"],
}),
// strip({labels: ['documentation']}),
// replace({ varType: 'const', replacementLookup: globals })
]
},
{
Expand All @@ -44,7 +43,6 @@ export default [
commonjs({
include: ["node_modules/**"],
}),
// replace({ varType: 'const', replacementLookup: globals }),
strip({labels: ['documentation']}),
terser()
]
Expand Down

0 comments on commit 4ef368a

Please sign in to comment.