Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from nilslindemann/rollup-prevent-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign authored Sep 9, 2023
2 parents 73c4e86 + c06e55b commit 80c0f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default [
resolve(),
commonjs(),
replace({
preventAssignment: true,
"process.env.NODE_ENV": JSON.stringify("production"),
}),
terser({
Expand Down

0 comments on commit 80c0f86

Please sign in to comment.