Skip to content

Commit 07571fe

Browse files
committed
add tests
1 parent 7c0c1a0 commit 07571fe

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Time: <CLR=BOLD>X</CLR>ms
2+
Built at: Thu Jan 01 1970 <CLR=BOLD>00:00:00</CLR> GMT
3+
<CLR=BOLD>Asset</CLR> <CLR=BOLD>Size</CLR> <CLR=BOLD>Chunks</CLR> <CLR=39,BOLD><CLR=22> <CLR=39,BOLD><CLR=22><CLR=BOLD>Chunk Names</CLR>
4+
<CLR=32,BOLD>main.js</CLR> 296 KiB <CLR=BOLD>0</CLR> <CLR=32,BOLD>[emitted]</CLR> main
5+
Entrypoint <CLR=BOLD>main</CLR> = <CLR=32,BOLD>main.js</CLR>
6+
[0] <CLR=BOLD>./index.js</CLR> 293 KiB {<CLR=33,BOLD>0</CLR>}<CLR=32,BOLD> [built]</CLR>
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
mode: "production",
3+
entry: "./index",
4+
target: "node",
5+
stats: {
6+
colors: true,
7+
hash: false,
8+
entrypoints: true
9+
}
10+
};

0 commit comments

Comments
 (0)