@modern-js/utils 1.7.6 → 1.7.9-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/compiled/inquirer/index.js +2 -2
- package/dist/analyzeProject.js +5 -1
- package/dist/applyOptionsChain.d.ts +2 -6
- package/dist/applyOptionsChain.js +3 -3
- package/dist/compiled.d.ts +1 -0
- package/dist/ensureArray.d.ts +1 -0
- package/dist/ensureArray.js +10 -0
- package/dist/generateMetaTags.d.ts +1 -1
- package/dist/getEntryOptions.d.ts +1 -1
- package/dist/getServerConfig.js +5 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +7 -1
- package/dist/is/index.js +5 -1
- package/dist/path.d.ts +1 -1
- package/dist/path.js +1 -1
- package/dist/storage.js +5 -1
- package/dist/tryResolve.d.ts +11 -0
- package/dist/tryResolve.js +38 -0
- package/dist/watch.js +5 -1
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @modern-js/utils
|
2
2
|
|
3
|
+
## 1.7.9-alpha.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 9cd364e06: export ExecaError type
|
8
|
+
- a90bc96bd: perf(babel): skip babel-plugin-import if package not installed
|
9
|
+
|
10
|
+
## 1.7.8
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- 63c354ad5: fix normalizeToPosixPath utils function args would be null
|
15
|
+
- 073e9ad78: feat(webpack): improve utils of tools.webpack
|
16
|
+
- f4a7d49e1: fix: applyOptionsChain argument type
|
17
|
+
|
18
|
+
## 1.7.7
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- 9377d2d9d: feat: support addPlugins util in tools.postcss
|
23
|
+
- 8c9ad1749: feat(babel-preset-base): prebundle babel plugins
|
24
|
+
|
3
25
|
## 1.7.6
|
4
26
|
|
5
27
|
### Patch Changes
|