Skip to content

Commit c3fd28d

Browse files
committed
minifiying react package
1 parent 1c85cc5 commit c3fd28d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

package-react/example/server/models/finance.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"text": "test",
4+
"liked": false,
5+
"replies": [],
6+
"createComment": false,
7+
"timestamp": "Jul 24, 2024",
8+
"username": "Guest",
9+
"picture": "guest"
10+
},
211
{
312
"text": "With the current market volatility, I'm exploring more into crypto. It's a high-risk, high-reward scenario, but diversification is key.",
413
"liked": false,

package-react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-react/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
extensions: ['.js', '.jsx', '.ts', '.tsx'],
3333
exclude: 'node_modules/**'
3434
}),
35-
// terser(), // Minifies the bundles
35+
terser(), // Minifies the bundles
3636
]
3737
};
3838

0 commit comments

Comments
 (0)