@nuxt/webpack-builder 0.4.3 → 3.0.0-rc.0
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.
- package/README.md +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +442 -452
- package/package.json +53 -35
- package/CHANGELOG.md +0 -117
- package/dist/index.js +0 -1083
package/package.json
CHANGED
|
@@ -1,55 +1,73 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "3.0.0-rc.0",
|
|
4
4
|
"repository": "nuxt/framework",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"
|
|
6
|
+
"type": "module",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": "./dist/index.mjs",
|
|
10
|
+
"./dist/*": "./dist/*"
|
|
11
|
+
},
|
|
7
12
|
"files": [
|
|
8
13
|
"dist"
|
|
9
14
|
],
|
|
10
15
|
"scripts": {
|
|
16
|
+
"prepack": "unbuild"
|
|
11
17
|
},
|
|
12
18
|
"dependencies": {
|
|
13
|
-
"@babel/core": "^7.
|
|
14
|
-
"@nuxt/friendly-errors-webpack-plugin": "^2.5.
|
|
15
|
-
"@nuxt/kit": "
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"esbuild-loader": "^2.13.1",
|
|
19
|
+
"@babel/core": "^7.17.9",
|
|
20
|
+
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
|
21
|
+
"@nuxt/kit": "3.0.0-rc.0",
|
|
22
|
+
"autoprefixer": "^10.4.4",
|
|
23
|
+
"css-loader": "^6.7.1",
|
|
24
|
+
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
25
|
+
"cssnano": "^5.1.7",
|
|
26
|
+
"esbuild-loader": "^2.18.0",
|
|
27
|
+
"escape-string-regexp": "^5.0.0",
|
|
23
28
|
"file-loader": "^6.2.0",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
29
|
+
"fork-ts-checker-webpack-plugin": "^7.2.6",
|
|
30
|
+
"fs-extra": "^10.1.0",
|
|
26
31
|
"hash-sum": "^2.0.0",
|
|
27
|
-
"lodash": "^4.17.21",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
32
|
+
"lodash-es": "^4.17.21",
|
|
33
|
+
"magic-string": "^0.26.1",
|
|
34
|
+
"memfs": "^3.4.1",
|
|
35
|
+
"mini-css-extract-plugin": "^2.6.0",
|
|
36
|
+
"mlly": "^0.5.2",
|
|
37
|
+
"pathe": "^0.2.0",
|
|
30
38
|
"pify": "^5.0.0",
|
|
31
|
-
"postcss": "^8.
|
|
32
|
-
"postcss-import
|
|
33
|
-
"postcss-loader": "^6.1
|
|
34
|
-
"
|
|
39
|
+
"postcss": "^8.4.12",
|
|
40
|
+
"postcss-import": "^14.1.0",
|
|
41
|
+
"postcss-loader": "^6.2.1",
|
|
42
|
+
"postcss-url": "^10.1.3",
|
|
43
|
+
"style-resources-loader": "^1.5.0",
|
|
35
44
|
"time-fix-plugin": "^2.0.7",
|
|
36
|
-
"ufo": "^0.
|
|
45
|
+
"ufo": "^0.8.3",
|
|
46
|
+
"unplugin": "^0.6.2",
|
|
37
47
|
"url-loader": "^4.1.1",
|
|
38
|
-
"vue": "
|
|
39
|
-
"vue-loader": "^16.2.0",
|
|
48
|
+
"vue-loader": "^17.0.0",
|
|
40
49
|
"vue-style-loader": "^4.1.3",
|
|
41
|
-
"webpack": "^5.
|
|
42
|
-
"webpack-bundle-analyzer": "^4.
|
|
43
|
-
"webpack-dev-middleware": "^5.
|
|
44
|
-
"webpack-hot-middleware": "^2.25.
|
|
45
|
-
"
|
|
50
|
+
"webpack": "^5.72.0",
|
|
51
|
+
"webpack-bundle-analyzer": "^4.5.0",
|
|
52
|
+
"webpack-dev-middleware": "^5.3.1",
|
|
53
|
+
"webpack-hot-middleware": "^2.25.1",
|
|
54
|
+
"webpack-virtual-modules": "^0.4.3",
|
|
55
|
+
"webpackbar": "^5.0.2"
|
|
46
56
|
},
|
|
47
57
|
"devDependencies": {
|
|
48
|
-
"@
|
|
49
|
-
"@types/
|
|
50
|
-
"@types/webpack-bundle-analyzer": "^4.4.
|
|
51
|
-
"@types/webpack-dev-middleware": "^5.0.
|
|
52
|
-
"@types/webpack-hot-middleware": "^2.25.
|
|
53
|
-
"
|
|
58
|
+
"@nuxt/schema": "3.0.0-rc.0",
|
|
59
|
+
"@types/pify": "^5.0.1",
|
|
60
|
+
"@types/webpack-bundle-analyzer": "^4.4.1",
|
|
61
|
+
"@types/webpack-dev-middleware": "^5.0.2",
|
|
62
|
+
"@types/webpack-hot-middleware": "^2.25.6",
|
|
63
|
+
"@types/webpack-virtual-modules": "^0",
|
|
64
|
+
"unbuild": "latest",
|
|
65
|
+
"vue": "3.2.33"
|
|
66
|
+
},
|
|
67
|
+
"peerDependencies": {
|
|
68
|
+
"vue": "3.2.33"
|
|
69
|
+
},
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
|
|
54
72
|
}
|
|
55
73
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.4.3](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.4.2...@nuxt/webpack-builder@0.4.3) (2021-06-16)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **webpack:** find asset modules of chunk ([#198](https://github.com/nuxt/framework/issues/198)) ([8740ece](https://github.com/nuxt/framework/commit/8740ece29e8e2dbeac02742685d0e17c5ccf44ca))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [0.4.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.4.1...@nuxt/webpack-builder@0.4.2) (2021-06-04)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [0.4.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.4.0...@nuxt/webpack-builder@0.4.1) (2021-05-24)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.4...@nuxt/webpack-builder@0.4.0) (2021-05-20)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
* optional pages and refactor nuxt3 ([#142](https://github.com/nuxt/framework/issues/142)) ([6b62d45](https://github.com/nuxt/framework/commit/6b62d456d7fe8c9dd92803a30dcebf0d481f65c7))
|
|
39
|
-
* update vite implementation ([#130](https://github.com/nuxt/framework/issues/130)) ([9732d63](https://github.com/nuxt/framework/commit/9732d63c74b394706150ef35cc06c65d3fb185ad))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## [0.3.4](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.3...@nuxt/webpack-builder@0.3.4) (2021-04-28)
|
|
46
|
-
|
|
47
|
-
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## [0.3.3](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.2...@nuxt/webpack-builder@0.3.3) (2021-04-28)
|
|
54
|
-
|
|
55
|
-
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.1...@nuxt/webpack-builder@0.3.2) (2021-04-23)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Bug Fixes
|
|
65
|
-
|
|
66
|
-
* **webpack:** don't inline scoped packages ([0a74f1e](https://github.com/nuxt/framework/commit/0a74f1e2392b45024f3af20f3ded4bb6545911fc))
|
|
67
|
-
* issues with externals outside of rootDir ([4e18653](https://github.com/nuxt/framework/commit/4e1865358c1597cb68cc96bef2b30e2811fcd899))
|
|
68
|
-
* **webpack:** exclude ! for externals ([daaf02f](https://github.com/nuxt/framework/commit/daaf02f5e4dd19d907d511f4a139f36d11db1b5b))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.0...@nuxt/webpack-builder@0.3.1) (2021-04-16)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.2.0...@nuxt/webpack-builder@0.3.0) (2021-04-12)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Features
|
|
86
|
-
|
|
87
|
-
* add hook signatures and basic typings ([#79](https://github.com/nuxt/framework/issues/79)) ([dacde63](https://github.com/nuxt/framework/commit/dacde630634700172ccd54a1e4f1d0469b28bd30))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
# [0.2.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.2...@nuxt/webpack-builder@0.2.0) (2021-04-09)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## [0.1.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.1...@nuxt/webpack-builder@0.1.2) (2021-04-06)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 0.1.1 (2021-04-04)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Performance Improvements
|
|
116
|
-
|
|
117
|
-
* **webpack:** use fs cache by default ([5d5183e](https://github.com/nuxt/framework/commit/5d5183ee82f0d1567934c9cd13160bf84bddd8d3))
|