create-rspack 0.5.9-canary-ff5bff8-20240403030946 → 0.5.9-canary-8778e17-20240403045016

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +114 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,114 @@
1
+ # create-rspack
2
+
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2fe8c477: add react-ts template for create-rspack
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 6d482a7: fix yargs default command ad help
14
+ - 8f8e025: align optimizeChunkModules
15
+ - 0f0969a: feat: add the handling of duplicate project names
16
+ - 8c196ee: feat: support package manager detect
17
+
18
+ ## 0.1.1
19
+
20
+ ### Patch Changes
21
+
22
+ - a004765a: Avoid reporting warning the export when src module format is none esm
23
+
24
+ ## 0.1.0
25
+
26
+ ### Minor Changes
27
+
28
+ - 2ba87f3a: chore: let's rspack
29
+
30
+ ## 0.0.21
31
+
32
+ ### Patch Changes
33
+
34
+ - 6d6e65e4: feat: update packages repository config
35
+
36
+ ## 0.0.20
37
+
38
+ - d30bbcc: fix build failed for svg
39
+
40
+ ## 0.0.19
41
+
42
+ ### Patch Changes
43
+
44
+ - b67418968: chore: 🤖 use module path instead of module id in diagnositc
45
+ - 962f8a251: fix: should create different module with different module rule
46
+ - 766c94042: fix rust test
47
+ - c1f19b817: align webpack config optimization.sideEffects
48
+
49
+ ## 0.0.18
50
+
51
+ ### Patch Changes
52
+
53
+ - 59edc2cb4: fix watch options
54
+
55
+ ## 0.0.17
56
+
57
+ ### Patch Changes
58
+
59
+ - fix watch
60
+
61
+ ## 0.0.16
62
+
63
+ ### Patch Changes
64
+
65
+ - fix load extra css chunk
66
+
67
+ ## 0.0.15
68
+
69
+ ### Patch Changes
70
+
71
+ - 882093b8: support module.resolve
72
+
73
+ ## 0.0.14
74
+
75
+ ### Patch Changes
76
+
77
+ - bump version
78
+
79
+ ## 0.0.13
80
+
81
+ ### Patch Changes
82
+
83
+ - upgrade
84
+
85
+ ## 0.0.12
86
+
87
+ ### Patch Changes
88
+
89
+ - support optional dependency
90
+
91
+ ## 0.0.11
92
+
93
+ ### Patch Changes
94
+
95
+ - bump version
96
+
97
+ ## 0.0.10
98
+
99
+ ### Patch Changes
100
+
101
+ - bump version
102
+ - 11e87c61: fix less resolve bug
103
+
104
+ ## 0.0.9
105
+
106
+ ### Patch Changes
107
+
108
+ - 3701a8bf: fix less resolve bug
109
+
110
+ ## 0.0.8
111
+
112
+ ### Patch Changes
113
+
114
+ - 589b99bb: bump to 0.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspack",
3
- "version": "0.5.9-canary-ff5bff8-20240403030946",
3
+ "version": "0.5.9-canary-8778e17-20240403045016",
4
4
  "license": "MIT",
5
5
  "main": "index.js",
6
6
  "bin": {